Skip to content
Snippets Groups Projects
Commit 4099a04c authored by Joshua Olson's avatar Joshua Olson
Browse files

minor whitespace change

Trying to get travis-ci build to pass for "git diff --exit-code" command
parent ad673494
Branches
Tags v0.3.1
No related merge requests found
...@@ -13,3 +13,4 @@ mkdir manifests ...@@ -13,3 +13,4 @@ mkdir manifests
# optional, but we would like to generate yaml, not json # 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 {}' -- {} jsonnet -J vendor -m manifests "${1-example.jsonnet}" | xargs -I{} sh -c 'cat {} | gojsontoyaml > {}.yaml; rm -f {}' -- {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment