Skip to content

Commit 37c3e38

Browse files
committed
Merged PR 167: Updated command line to have silly "=" between param name and value as required
Updated command line to have silly "=" between param name and value as required by MS tool
1 parent c13ac40 commit 37c3e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inheritedprocessmigration/vCurrent/processmigratestart.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ npm install process-migrator -g
8585

8686
Write-VstsTaskVerbose $command
8787

88-
process-migrator --mode $command --config $configFile
88+
process-migrator --mode=$command --config=$configFile
8989

9090

0 commit comments

Comments
 (0)