Skip to content

Commit

Permalink
curl fix
Browse files Browse the repository at this point in the history
adding -O to download file
  • Loading branch information
xn0px90 committed Oct 24, 2023
1 parent 7d42be6 commit e6f773d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source-recipes/v
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ imagedeps="curl"
allow_network="yes"

regenerate() {
curl -o https://raw.githubusercontent.com/vlang/vc/master/v.c
curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
}

0 comments on commit e6f773d

Please sign in to comment.