Skip to content

Commit 3f08353

Browse files
authored
Fixed typo
1 parent b336f5e commit 3f08353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/syntax-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
readarray -d '' files < \
9999
<(find . -path ./.git -prune -false -or -type f -name '*.C' -print0)
100100
for cfg in "${files[@]}"; do
101-
if grep -q "\$O2DPG_ROOT" "$cfg" || grep -q "\${O2DPG_ROOT}" "$cfg";; then
101+
if grep -q "\$O2DPG_ROOT" "$cfg" || grep -q "\${O2DPG_ROOT}" "$cfg"; then
102102
error=1
103103
echo "Deprecated O2DPG_ROOT detected in $cfg, replace with O2DPG_MC_CONFIG_ROOT" >&2
104104
fi

0 commit comments

Comments
 (0)