Skip to content

Commit d863492

Browse files
thesattirajuericsciple
authored andcommitted
bug fix
1 parent 05c1ba8 commit d863492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ var createHotfixLayout = function (packagePath, taskName) {
912912
var scriptContent = '# Hotfix created from branch: ' + branch + os.EOL;
913913
scriptContent += '# Commit: ' + commitInfo + os.EOL;
914914
scriptContent += '$ErrorActionPreference=\'Stop\'' + os.EOL;
915-
scriptContent += 'Update-DistributedTaskDefinitions -TaskZip $PSScriptRoot\\task.zip' + os.EOL;
915+
scriptContent += 'Update-DistributedTaskDefinitions -TaskZip $PSScriptRoot\\tasks.zip' + os.EOL;
916916
fs.writeFileSync(scriptPath, scriptContent);
917917

918918
// link the non-aggregated tasks zip

0 commit comments

Comments
 (0)