aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index f2c5c70..1d32fec 100644
--- a/alias
+++ b/alias
@@ -115,7 +115,7 @@ upload-tig() {
115 github_api_token=$(cat ~/settings/tokens/github-release) \ 115 github_api_token=$(cat ~/settings/tokens/github-release) \
116 owner=typebrook \ 116 owner=typebrook \
117 repo=tig \ 117 repo=tig \
118 tag=tig-2.5.0 \ 118 tag=LATEST \
119 filename=$(which tig) 119 filename=$(which tig)
120} 120}
121 121