1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

minor whitespace change

Trying to get travis-ci build to pass for "git diff --exit-code" command
This commit is contained in:
Joshua Olson
2018-08-22 09:09:01 -05:00
parent 7b722da4c8
commit 32e09f5c70

View File

@@ -13,3 +13,4 @@ mkdir manifests
# optional, but we would like to generate yaml, not json
jsonnet -J vendor -m manifests "${1-example.jsonnet}" | xargs -I{} sh -c 'cat {} | gojsontoyaml > {}.yaml; rm -f {}' -- {}