Skip to content

Commit

Permalink
Merge pull request #391 from noelmcloughlin/fixes
Browse files Browse the repository at this point in the history
shutoff debug output from unless
  • Loading branch information
aboe76 authored Dec 20, 2018
2 parents 3888519 + 2a0f461 commit ec7984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/formulas.sls
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
- require:
- file: {{ basedir }}
{%- if not update %}
- unless: test -e {{ gitdir }} >/dev/null 2>&1
- onlyif: rm -fr {{ gitdir }} >/dev/null 2>&1 | true
{%- endif %}
{% endif %}
{% endfor %}
Expand Down

0 comments on commit ec7984c

Please sign in to comment.