Skip to content

Commit

Permalink
jq syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlange committed Mar 15, 2017
1 parent 94653a3 commit bacc9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -29,7 +29,7 @@ for resource in $GLOBALRESOURCES; do
.items[].metadata.selfLink,
.items[].metadata.resourceVersion,
.items[].metadata.creationTimestamp,
.items[].metadata.generation,
.items[].metadata.generation
)' | python -c 'import sys, yaml, json; yaml.safe_dump(json.load(sys.stdin), sys.stdout, default_flow_style=False)' > /backup/git/${resource}.yaml
done

Expand Down

0 comments on commit bacc9e6

Please sign in to comment.