Skip to content

Commit

Permalink
Merge pull request #81 from giusdp/main
Browse files Browse the repository at this point in the history
fix: if then in grep task
  • Loading branch information
giusdp authored Aug 23, 2023
2 parents 54e8061 + 5ed57d2 commit 11062bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nuvfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tasks:
cmds:
- |-
if [[ "{{.OS}}" == "windows" ]]
cp windows/grep.exe {{.BIN}}
then cp windows/grep.exe {{.BIN}}
fi
status:
- test -e grep.exe
Expand Down

0 comments on commit 11062bd

Please sign in to comment.