commit | 150e4a88d2d9838299a348c631cfc3ad2ea8560b | [log] [tgz] |
---|---|---|
author | Jess Frazelle <acidburn@jessfraz.com> | Mon Sep 16 15:39:10 2019 -0700 |
committer | Jess Frazelle <acidburn@jessfraz.com> | Mon Sep 16 15:39:10 2019 -0700 |
tree | 8266ef15bff94d0cb53dcd1c416af9b6c7f78fb6 | |
parent | 0f187fe6f9f044b1dc9961e475e149bb754420ac [diff] |
update vendor Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
diff --git a/cleanup-pr-branch b/cleanup-pr-branch index c313144..5353709 100755 --- a/cleanup-pr-branch +++ b/cleanup-pr-branch
@@ -2,7 +2,7 @@ set -e set -o pipefail -if [[ ! -z "$TOKEN" ]]; then +if [[ -n "$TOKEN" ]]; then GITHUB_TOKEN=$TOKEN fi