Skip to content

Commit 0ff8f15

Browse files
Update applications/wg-easy/Taskfile.yaml
Co-authored-by: Chris Sanders <[email protected]>
1 parent f3fc661 commit 0ff8f15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

applications/wg-easy/Taskfile.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ tasks:
185185
desc: Run preflight checks on Helm charts using preflight CLI (use DRY_RUN=true for dry-run)
186186
silent: false
187187
vars:
188-
DRY_RUN: '{{.DRY_RUN | default "false"}}'
188+
DRY_RUN:
189+
default: false
189190
cmds:
190191
- |
191192
PREFLIGHT_FLAGS=""

0 commit comments

Comments
 (0)