Skip to content

Commit 516e89a

Browse files
committed
fix glob
1 parent d57ffe0 commit 516e89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run-clara

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ then
147147
then
148148
for id in $(yq .configuration.services.*.id $yaml | sort -n | uniq)
149149
do
150-
hipo-utils -merge -o $CLARA_USER_DATA/$prefix$id.hipo $CLARA_USER_DATA/$prefix$id*.hipo
150+
hipo-utils -merge -o $CLARA_USER_DATA/$prefix$id.hipo $CLARA_USER_DATA/$prefix*$id.hipo
151151
done
152152
else
153153
outfiles=$(sed "s#^#$CLARA_USER_DATA/$prefix#" $CLARA_USER_DATA/filelist.txt)

0 commit comments

Comments
 (0)