From 2172fd96c00c254fe14a159750fbb4022be00ae0 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Sun, 3 Apr 2022 19:48:19 +0200 Subject: [PATCH] add back branch to clone passing -b before --- scripts/vercel-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vercel-deploy.sh b/scripts/vercel-deploy.sh index 268021c61b..a18972826e 100755 --- a/scripts/vercel-deploy.sh +++ b/scripts/vercel-deploy.sh @@ -1,5 +1,5 @@ # github submodule repo addresses without https:// prefix -BRANCH_TO_CLONE="" +BRANCH_TO_CLONE="-b feat/api-keys" # This didn't work ¯\_(ツ)_/¯ # declare -A remotes=(