Skip to content

Commit

Permalink
mypy-ratchet.sh: use printf instead of echo
Browse files Browse the repository at this point in the history
`%s` has no special meaning to echo.
  • Loading branch information
cole-h authored and adisbladis committed Jun 11, 2020
1 parent ee7f057 commit 9ec1efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/mypy-ratchet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ base=origin/${GITHUB_BASE_REF:-master}

git fetch origin

echo "Checking base branch at %s, then PR at %s...\n" "$base" "$head"
printf "Checking base branch at %s, then PR at %s...\n" "$base" "$head"

git checkout "$base"
nix-shell shell.nix --run "$scratch/run-ratchet.sh $scratch base"
Expand Down

0 comments on commit 9ec1efc

Please sign in to comment.