Skip to content

Commit

Permalink
Merge pull request #384 from noelmcloughlin/make_test_quiet
Browse files Browse the repository at this point in the history
Stop noise from 'test -e' check'
  • Loading branch information
aboe76 authored Sep 20, 2018
2 parents 0383f20 + 8a6badf commit 4389c13
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 }}
- unless: test -e {{ gitdir }} >/dev/null 2>&1
{%- endif %}
{% endif %}
{% endfor %}
Expand Down

0 comments on commit 4389c13

Please sign in to comment.