summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/gist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index 67dade5..69de7f8 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -77,7 +77,7 @@ _auth() {
77 | sed 's/^/token=/' >> $config 77 | sed 's/^/token=/' >> $config
78} 78}
79 79
80while ! source $config; do 80while ! source $config || [[ -z "$token" ]] || [[ -z "$user" ]]; do
81 _auth 81 _auth
82done 82done
83 83