Skip to content

Commit

Permalink
Update Taskfile.yml
Browse files Browse the repository at this point in the history
Added missing m to "must"
  • Loading branch information
TraceyC77 authored May 11, 2024
1 parent ef1418a commit 8e9b266
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 @@ -155,7 +155,7 @@ tasks:
dir: '{{ .USER_WORKING_DIR }}'
preconditions:
- sh: test -f package.yml
msg: "`package.yml` ust exist in the current directory"
msg: "`package.yml` must exist in the current directory"
cmds:
- |
yupdate {{ .CLI_ARGS }}
Expand Down

0 comments on commit 8e9b266

Please sign in to comment.