aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-12-01 22:53:24 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-12-01 22:53:24 +0800
commit3979858f0f5e1187c074ed3391bc7222a4b91bda (patch)
tree8ff1cb4f4fdd3c26a3514fbb37efc41384f9daaf
parent314613e37b9a7abefd34de3b85871bd2fe213a0a (diff)
update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index c9c183e..a1da25f 100644
--- a/alias
+++ b/alias
@@ -169,7 +169,7 @@ release() {
169github_asset() { 169github_asset() {
170 curl -LO https://github.com/$1/$2/releases/download/$3/$4 170 curl -LO https://github.com/$1/$2/releases/download/$3/$4
171} 171}
172github_raw() { 172github.raw() {
173 curl -O https://raw.githubusercontent.com/$1/$2/$3 173 curl -O https://raw.githubusercontent.com/$1/$2/$3
174} 174}
175 175