chore: switch zeit from --team to --score (#1112)
This commit is contained in:
parent
861c7dbe1e
commit
39b6be332a
|
@ -13,7 +13,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if in travis, use the $NOW_TOKEN
|
# if in travis, use the $NOW_TOKEN
|
||||||
NOW_COMMAND="now --team nolanlawson"
|
NOW_COMMAND="now --scope nolanlawson"
|
||||||
if [[ ! -z "$NOW_TOKEN" ]]; then
|
if [[ ! -z "$NOW_TOKEN" ]]; then
|
||||||
NOW_COMMAND="$NOW_COMMAND --token $NOW_TOKEN"
|
NOW_COMMAND="$NOW_COMMAND --token $NOW_TOKEN"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue