Skip to content

Commit a399ffc

Browse files
updated param in manual script
1 parent c877042 commit a399ffc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

infra/scripts/copy_kb_files_manual.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
# Variables
44
storageAccount="$1"
5-
fileSystem="$2"
6-
baseUrl="$3"
7-
managedIdentityClientId="$4"
5+
baseUrl="$2"
6+
managedIdentityClientId="$3"
87

98
# zipFileName1="../data/call_transcripts.zip"
109
# extractedFolder1="call_transcripts"

0 commit comments

Comments
 (0)