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 e5f5474..f7933e1 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -38,7 +38,7 @@
38# Shell configuration 38# Shell configuration
39set -o pipefail 39set -o pipefail
40[ "$TRACE" ] && set -x 40[ "$TRACE" ] && set -x
41trap 'rm -f "$http_data" "tmp_file"' EXIT 41trap 'rm -f "$http_data" "$tmp_file"' EXIT
42 42
43GITHUB_API=https://api.github.com 43GITHUB_API=https://api.github.com
44CONFIG=~/.config/gist.conf; mkdir -p ~/.config 44CONFIG=~/.config/gist.conf; mkdir -p ~/.config