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 ad673494e7
commit 4099a04cc0

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 {}' -- {}