Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Feb 2, 2025
1 parent bd60a90 commit ddf69db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mkdir -p "$TEST_TEMP_DIR"
if [[ $OSTYPE == linux* ]]; then # We only used ogrmerge.py on Linux see the test_pbf() function
if ! command -v ogrmerge.py > /dev/null; then
echo "gdal-bin is required for testing"
echo "For Ubuntu, you could install it with sudo apt update && sudo apt install gdal-bin -y."
echo "For Ubuntu, you could install it with sudo apt update && sudo apt install gdal-bin -y"
echo "see more at https://gdal.org/en/stable/download.html#binaries"
exit 1
fi
Expand Down

0 comments on commit ddf69db

Please sign in to comment.