Skip to content

Commit

Permalink
ci-builder: silence warning with shellcheck 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Feb 15, 2022
1 parent 1776c9b commit b4c7572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci-builder
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ case "$cmd" in
fi
if [[ "${CI_BUILDER_SCCACHE:-}" ]]; then
args+=(
--env RUSTC_WRAPPER=sccache
--env "RUSTC_WRAPPER=sccache"
--env SCCACHE_BUCKET
)
fi
Expand Down

0 comments on commit b4c7572

Please sign in to comment.