From af214b07d48cf0e10eac5b27a652892287d421cf Mon Sep 17 00:00:00 2001 From: "thomas.grandjean" Date: Wed, 18 Sep 2024 09:37:51 +0200 Subject: [PATCH] Fix typo --- argo-pipeline/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argo-pipeline/pipeline.yaml b/argo-pipeline/pipeline.yaml index e2dca1e..bfbabef 100644 --- a/argo-pipeline/pipeline.yaml +++ b/argo-pipeline/pipeline.yaml @@ -246,7 +246,7 @@ spec: arguments: parameters: - name: year - value: "{{.inputs.year}}" + value: "{{inputs.year}}" - - name: generate-datasets template: generate-datasets arguments: