From a66222e143f2d4829f88ca8868bd5a0abf916aab Mon Sep 17 00:00:00 2001 From: bel Date: Wed, 11 Oct 2023 21:11:11 -0600 Subject: [PATCH] go --- deploy.firebase.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.firebase.sh b/deploy.firebase.sh index 2579e2a..6e4521c 100755 --- a/deploy.firebase.sh +++ b/deploy.firebase.sh @@ -35,4 +35,5 @@ args=() if ! tty; then args+=("--token" "$1") fi +echo firebase deploy "${args[@]}" firebase deploy "${args[@]}"