aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index c70606a..f0c9451 100644
--- a/alias
+++ b/alias
@@ -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}
95release() { 95release() {
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}
99asset() { 99asset() {