Skip to content

Commit ace4390

Browse files
committed
Fix error in dispatch script
1 parent 779f02a commit ace4390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/dispatch_internal_repo_workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ if [[ -z "$extraSecretNames" ]]; then
224224
extraSecretNames=""
225225
fi
226226

227-
if [{ -z "$tableName" }]; then
227+
if [[ -z "$tableName" ]]; then
228228
tableName=""
229229
fi
230230

0 commit comments

Comments
 (0)