Skip to content

Commit

Permalink
ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 13, 2023
1 parent c571bb9 commit 5ff47af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nu/moonbit.nu
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export-env {

# Download binary file from CLI_HOST with aira2c or `http get`
def fetch-bin [ bin: string, download_path: string ] {
if (is-installed aria2c) {
if not (is-installed aria2c) {
aria2c --allow-overwrite $'($CLI_HOST)/($download_path)/($bin)'
} else {
http get $'($CLI_HOST)/($download_path)/($bin)' | save --progress --force $bin
Expand Down

0 comments on commit 5ff47af

Please sign in to comment.