Skip to content

Commit

Permalink
Fix shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
reijoh committed Mar 22, 2024
1 parent b6a36be commit fe5ed8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ case "$action" in
# shellcheck disable=SC2046
printf 'Run docker build %s\n' "$@"
docker build "$@" \
$(tag_arguments) \
"$(tag_arguments)" \
--build-arg pandoc_commit="${pandoc_commit}" \
--build-arg pandoc_version="${pandoc_version}" \
--build-arg without_crossref="${without_crossref}" \
Expand Down

0 comments on commit fe5ed8f

Please sign in to comment.