Skip to content

Commit

Permalink
fix: command is pretty-print
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Sep 27, 2023
1 parent 47343a9 commit bd4ce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/argo-tasks/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: AWS_ROLE_CONFIG_PATH
value: s3://linz-bucket-config/config.json
args:
- "format-json"
- "pretty-print"
- "{{= inputs.parameters.source }}"
- "{{= sprig.empty(inputs.parameters.target) ? '' : '--target=' + inputs.parameters.target }}"
- "{{= sprig.empty(inputs.parameters['fix-content-type']) ? '' : '--fix-content-type=' + inputs.parameters['fix-content-type'] }}"

0 comments on commit bd4ce0d

Please sign in to comment.