From eaeb9ff75d542761050cd01324aef921765bbc2b Mon Sep 17 00:00:00 2001 From: Megan Davidson Date: Wed, 9 Aug 2023 13:58:11 +1200 Subject: [PATCH] chore: tidy comment --- workflows/imagery/standardising.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflows/imagery/standardising.yaml b/workflows/imagery/standardising.yaml index 1aa803b8..d0aa127f 100644 --- a/workflows/imagery/standardising.yaml +++ b/workflows/imagery/standardising.yaml @@ -213,7 +213,7 @@ spec: - name: generate-ulid template: generate-ulid - # uncomment when needing to translate ascii files + # uncomment when need to translate ascii files # - name: convert-asc-files # template: convert-asc-files # arguments: @@ -235,7 +235,7 @@ spec: value: "{{workflow.parameters.include}}" - name: source value: "{{=sprig.trim(workflow.parameters.source)}}" - # switch to when needing to translate ascii files + # switch to when need to translate ascii files # value: "{{tasks.get-location.outputs.parameters.location}}translated-asc-files/" - name: source_epsg value: "{{=sprig.trim(workflow.parameters['source-epsg'])}}" @@ -245,7 +245,7 @@ spec: value: "{{= workflow.parameters.retile}}" - name: version value: "{{= workflow.parameters['version-argo-tasks']}}" - # uncomment when needing to translate ascii files + # uncomment when need to translate ascii files # depends: "convert-asc-files" - name: group