Skip to content

Commit ab765e3

Browse files
committed
Revert "shutup debug output from unless"
This reverts commit 2a0f461. * Close #403
1 parent 683f455 commit ab765e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/formulas.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
- require:
5252
- file: {{ basedir }}
5353
{%- if not update %}
54-
- onlyif: rm -fr {{ gitdir }} >/dev/null 2>&1 | true
54+
- unless: test -e {{ gitdir }} >/dev/null 2>&1
5555
{%- endif %}
5656
{%- endif %}
5757
{%- endfor %}

0 commit comments

Comments
 (0)