tfs: fix typo

This commit is contained in:
Joao Moreno 2017-05-22 15:34:53 +02:00
parent fc4da30933
commit 5c94029940

View file

@ -167,7 +167,7 @@ async function publish(commit: string, quality: string, platform: string, type:
const [sha1hash, sha256hash] = await Promise.all([hashStream('sha1', stream), hashStream('sha256', stream)]);
console.log('SHA1:', sha1hash);
console.log('SHA256:', sha1hash);
console.log('SHA256:', sha256hash);
const blobName = commit + '/' + name;
const storageAccount = process.env['AZURE_STORAGE_ACCOUNT_2'];