Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
  • Loading branch information
JeyJeyGao committed Nov 6, 2023
1 parent 667234b commit 89a4882
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tasks/NotationV0/src/lib/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import { computeChecksum } from './crypto';
export async function installFromURL(downloadURL: string, expectedChecksum: string, extractPath: string): Promise<void> {
// Download notation
const fileName = path.basename(downloadURL);
console.log('start');
const downloadPath = await toolLib.downloadTool(downloadURL, fileName);
console.log('end');

// Validate checksum
const checksum = await computeChecksum(downloadPath);
Expand Down

0 comments on commit 89a4882

Please sign in to comment.