We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57ffe0 commit 516e89aCopy full SHA for 516e89a
bin/run-clara
@@ -147,7 +147,7 @@ then
147
then
148
for id in $(yq .configuration.services.*.id $yaml | sort -n | uniq)
149
do
150
- hipo-utils -merge -o $CLARA_USER_DATA/$prefix$id.hipo $CLARA_USER_DATA/$prefix$id*.hipo
+ hipo-utils -merge -o $CLARA_USER_DATA/$prefix$id.hipo $CLARA_USER_DATA/$prefix*$id.hipo
151
done
152
else
153
outfiles=$(sed "s#^#$CLARA_USER_DATA/$prefix#" $CLARA_USER_DATA/filelist.txt)
0 commit comments