diff options
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index d3b5e5e..728ea57 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -55,7 +55,7 @@ | |||
55 | # TODO completion | 55 | # TODO completion |
56 | # define your environmemnts here | 56 | # define your environmemnts here |
57 | #------------------- | 57 | #------------------- |
58 | github_api_token=$(cat $SETTING_DIR/tokens/github) | 58 | github_api_token=$(cat $SETTING_DIR/tokens/gist) |
59 | user=typebrook | 59 | user=typebrook |
60 | folder=~/git/gist | 60 | folder=~/git/gist |
61 | #------------------- | 61 | #------------------- |