Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Aug 20, 2024
1 parent 56379c8 commit 1e69719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks:
mocks.remove:
desc: remove all mock files
cmds:
- find . -name '*_mock.go' | xargs rm
- find . -name '*_mock.go' | xargs -r rm
- rm -rf mocks/

mocks.generate:
Expand Down

0 comments on commit 1e69719

Please sign in to comment.