Skip to content

Commit

Permalink
Fix shell check warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 19, 2022
1 parent f5b26a6 commit 6234d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/docker-qgis-build.sh
Expand Up @@ -122,7 +122,7 @@ cmake \
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" \
-DWERROR=TRUE \
-DWITH_CLAZY=${WITH_CLAZY} \
${CMAKE_EXTRA_ARGS[*]} ..
"${CMAKE_EXTRA_ARGS[@]}" ..
echo "::endgroup::"

# Workaround https://github.com/actions/checkout/issues/760
Expand Down

0 comments on commit 6234d19

Please sign in to comment.