diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ | |||
57 | currentVersion="1.23.0" | 57 | currentVersion="1.23.0" |
58 | configuredClient="" | 58 | configuredClient="" |
59 | 59 | ||
60 | NAME=$(basename $0) | 60 | NAME=${GISTSCRIPT:-$(basename $0)} |
61 | GITHUB_API=https://api.github.com | 61 | GITHUB_API=https://api.github.com |
62 | CONFIG=~/.config/gist.conf; mkdir -p ~/.config | 62 | CONFIG=~/.config/gist.conf; mkdir -p ~/.config |
63 | 63 | ||