diff options
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index e5f5474..f7933e1 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -38,7 +38,7 @@ | |||
38 | # Shell configuration | 38 | # Shell configuration |
39 | set -o pipefail | 39 | set -o pipefail |
40 | [ "$TRACE" ] && set -x | 40 | [ "$TRACE" ] && set -x |
41 | trap 'rm -f "$http_data" "tmp_file"' EXIT | 41 | trap 'rm -f "$http_data" "$tmp_file"' EXIT |
42 | 42 | ||
43 | GITHUB_API=https://api.github.com | 43 | GITHUB_API=https://api.github.com |
44 | CONFIG=~/.config/gist.conf; mkdir -p ~/.config | 44 | CONFIG=~/.config/gist.conf; mkdir -p ~/.config |