diff options
Diffstat (limited to 'packaging/OBS/make-package.sh')
-rw-r--r-- | packaging/OBS/make-package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/OBS/make-package.sh b/packaging/OBS/make-package.sh index 6c3ccaf35..ac33f9e58 100644 --- a/packaging/OBS/make-package.sh +++ b/packaging/OBS/make-package.sh @@ -9,7 +9,7 @@ if [[ $(pwd | grep "subsurface$") || ! -d subsurface || ! -d subsurface/libdivec exit 1; fi if [[ ! -d googlemaps ]] ; then - echo "Please make sure you have the current master of git://github.com/Subsurface-divelog/googlemaps" + echo "Please make sure you have the current master of git://github.com/Subsurface/googlemaps" echo "checked out in parallel to the Subsurface directory" exit 1; fi |