Skip to content

Commit

Permalink
fix test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler authored Jun 16, 2023
1 parent 4bd89a5 commit 3bf2702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

# download North Carolina test location if the test needs the data and run tests
if [ $1 == "NC" ]
if [ "$1" == "NC" ]
then
g.extension g.download.location
g.download.location url=https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz path=/grassdb
Expand Down

0 comments on commit 3bf2702

Please sign in to comment.