From 39b6be332a06657e94c52d235f073c5408d90f91 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 22 Mar 2019 15:55:22 -0700 Subject: [PATCH] chore: switch zeit from --team to --score (#1112) --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index 70a64b72..0cec0f20 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -13,7 +13,7 @@ else fi # if in travis, use the $NOW_TOKEN -NOW_COMMAND="now --team nolanlawson" +NOW_COMMAND="now --scope nolanlawson" if [[ ! -z "$NOW_TOKEN" ]]; then NOW_COMMAND="$NOW_COMMAND --token $NOW_TOKEN" fi