Skip to content

Commit e903088

Browse files
authored
add fi to end of if else (#489)
1 parent 5babae8 commit e903088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_test/run_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ function delete_all_functions {
6767
firebase functions:delete callableTests createUserTests databaseTests deleteUserTests firestoreTests integrationTests pubsubTests remoteConfigTests --force --project=$PROJECT_ID || : &
6868
else
6969
firebase functions:delete callableTests createUserTests databaseTests deleteUserTests firestoreTests integrationTests pubsubTests remoteConfigTests --force --project=$PROJECT_ID --token=$TOKEN || : &
70+
fi
7071
wait
7172
announce "Project emptied."
7273
}

0 commit comments

Comments
 (0)