chore: switch zeit from --team to --score (#1112)

This commit is contained in:
Nolan Lawson 2019-03-22 15:55:22 -07:00 committed by GitHub
parent 861c7dbe1e
commit 39b6be332a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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