From 8e9b2668592166c005707897f8e864e487d855d2 Mon Sep 17 00:00:00 2001 From: Tracey Date: Fri, 10 May 2024 20:06:29 -0500 Subject: [PATCH] Update Taskfile.yml Added missing m to "must" --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 4d8a41df15c..e09b581472a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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 }}