diff options
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -169,7 +169,7 @@ release() { | |||
| 169 | github_asset() { | 169 | github_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 | } |
| 172 | github_raw() { | 172 | github.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 | ||