Skip to content

Commit c1265b4

Browse files
committed
Updated sample powershell file to use correct cli flag name
1 parent be3e5c3 commit c1265b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$configPath = "$PSScriptRoot/code-updater-config.json"
22

3-
& "code-updater" --config "$configPath"
3+
& "code-updater" --options "$configPath"
44

55
Read-Host "Press enter to exit..."

0 commit comments

Comments
 (0)