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 b336f5e commit 3f08353Copy full SHA for 3f08353
.github/workflows/syntax-checks.yml
@@ -98,7 +98,7 @@ jobs:
98
readarray -d '' files < \
99
<(find . -path ./.git -prune -false -or -type f -name '*.C' -print0)
100
for cfg in "${files[@]}"; do
101
- if grep -q "\$O2DPG_ROOT" "$cfg" || grep -q "\${O2DPG_ROOT}" "$cfg";; then
+ if grep -q "\$O2DPG_ROOT" "$cfg" || grep -q "\${O2DPG_ROOT}" "$cfg"; then
102
error=1
103
echo "Deprecated O2DPG_ROOT detected in $cfg, replace with O2DPG_MC_CONFIG_ROOT" >&2
104
fi
0 commit comments