Skip to content

Commit 68354d4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 31d28d0 commit 68354d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-eic-shell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
# Collect all config names from all YAMLs, one per line
3737
CONFIGS="$(
3838
for config in configurations/*.yml; do
39-
./bin/make_detector_configuration -d templates -t epic.xml.jinja2 -c "$config" -o "epic_$(basename "$config" .yml).xml" -p
39+
./bin/make_detector_configuration -d templates -t epic.xml.jinja2 -c "$config" -o "epic_$(basename "$config" .yml).xml" -p
4040
done | sort -u
4141
)"
42-
42+
4343
# CSV
4444
CONFIGS_CSV="$(echo "$CONFIGS" | paste -sd, -)"
4545
# JSON

0 commit comments

Comments
 (0)