Skip to content

Commit 633131f

Browse files
author
a.b.christie
committed
fix: Fix job command
1 parent ae63342 commit 633131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-manager/file-utils.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
working-directory: /data
9595
fix-permissions: true
9696
command: >-
97-
/code/concatenator.py -f '{{ inputFile }}' -d '{{ dirsGlob }}' {{ outputFile }}
97+
/code/concatenator.py -f '{{ inputFile }}' -d '{{ dirsGlob }}' -o {{ outputFile }}
9898
variables:
9999
order:
100100
options:

0 commit comments

Comments
 (0)