diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ gcg() { | |||
93 | git clone git@github.com:$1/$2.git && cd $(basename $2) | 93 | git clone git@github.com:$1/$2.git && cd $(basename $2) |
94 | } | 94 | } |
95 | release() { | 95 | release() { |
96 | command="github-release.sh\n github_api_token=$GITHUB_API_TOKEN\n repo=typebrook/tig\n tag=LATEST\n type=asset\n filename=$(which tig)\n overwrite=false" | 96 | command="github-release.sh\n github_api_token=$GITHUB_API_TOKEN\n repo=typebrook/tig\n tag=LATEST\n type=asset\n filename=$(which tig)\n action=upload|overwrite|rename|delete\n extra=" |
97 | prompt "$command" | 97 | prompt "$command" |
98 | } | 98 | } |
99 | asset() { | 99 | asset() { |