Skip to content

Commit 3ae06f1

Browse files
author
a.b.christie
committed
fix: Fix concat command
1 parent 13d02d3 commit 3ae06f1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

concatenator.py

100644100755
File mode 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-
python concatenator.py -f '{{ inputFile }}' -d '{{ dirsGlob }}' {{ outputFile }}
97+
/code/concatenator.py -f '{{ inputFile }}' -d '{{ dirsGlob }}' {{ outputFile }}
9898
variables:
9999
order:
100100
options:

0 commit comments

Comments
 (0)