Skip to content

Commit

Permalink
fix: [#116] Sed addition for inserts if task run on a Darwin machine
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Nov 11, 2024
1 parent 8d91c14 commit ec6bfa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ vars:
MOCKERY_BIN: "{{.GOPATH}}/bin/mockery"
MOCKERY_MAJOR_VERSION: v2
MOCKERY_VERSION: "{{.MOCKERY_MAJOR_VERSION}}.46.0"
SED_INSERT_ADDITION:
sh: |
if [ "$(uname -s)" = "Darwin" ]; then
echo "\"\""
fi
YQ_MAJOR_VERSION: v4
YQ_VERSION: "{{.YQ_MAJOR_VERSION}}.44.3"

Expand Down

0 comments on commit ec6bfa4

Please sign in to comment.