diff options
author | typebrook <typebrook@gmail.com> | 2020-02-05 14:49:25 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-05 14:49:25 +0800 |
commit | c99937847f1f7e2abd742326e3263ee1fe54885e (patch) | |
tree | b3fbb27f390908e4bae91c8f5029908b1c206054 | |
parent | 3b2ef3c20e5a65bb3a841e944081f3a6a7582767 (diff) |
update
-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 |