summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-05 14:49:25 +0800
committertypebrook <typebrook@gmail.com>2020-02-05 14:49:25 +0800
commitc99937847f1f7e2abd742326e3263ee1fe54885e (patch)
treeb3fbb27f390908e4bae91c8f5029908b1c206054
parent3b2ef3c20e5a65bb3a841e944081f3a6a7582767 (diff)
update
-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