Skip to content

Commit 82d38ec

Browse files
committed
Fix typo in setSPObjectID.ps1 script name in azure.yaml
1 parent 637d557 commit 82d38ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ai-services/gpt-video-analysis-in-a-box/azure.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ hooks:
77
preprovision:
88
windows:
99
shell: pwsh
10-
run: ./scripts/setSPObjectId.ps1
10+
run: ./scripts/setSPObjectID.ps1
1111
interactive: true
1212
continueOnError: false
1313
posix:
14-
shell: sh
15-
run: ./scripts/setSPObjectId.sh
14+
shell: pwsh
15+
run: ./scripts/setSPObjectID.ps1
1616
interactive: true
1717
continueOnError: false
1818

0 commit comments

Comments
 (0)