aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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