We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3e5c3 commit c1265b4Copy full SHA for c1265b4
code-update-runner-sample/run-code-updater.ps1
@@ -1,5 +1,5 @@
1
$configPath = "$PSScriptRoot/code-updater-config.json"
2
3
-& "code-updater" --config "$configPath"
+& "code-updater" --options "$configPath"
4
5
Read-Host "Press enter to exit..."
0 commit comments