diff options
| author | typebrook <typebrook@gmail.com> | 2020-01-21 01:17:31 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-01-21 01:17:31 +0800 |
| commit | a90074c95adb8fd231fda4cde428992e6f8bbbbb (patch) | |
| tree | d7d0035b9c5ab98ceba469eaa7e4d81c802ff248 /scripts/gist | |
| parent | 12c67bfc89d0bf737c036cb748c441e7fb0839d8 (diff) | |
update
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 | #------------------- |