Skip to content

Commit

Permalink
Correct a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Jul 9, 2024
1 parent d876a85 commit 84687ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ install:
if [ "$CHECK_REUSE" = "YES" -o "$CHECK_REUSE" = "ONLY" ]; then
set -e # because the if below swallows a bad exit status.
# reuse available via `apt install reuse` is very old: 0.14.0.
# Therefore install via pip. Version today, 2024.7.7, is 4.0.2.
# Therefore install via pip. Version today, 2024.7.9, is 4.0.3.
pip3 install reuse
set +e
fi
Expand Down

0 comments on commit 84687ef

Please sign in to comment.