diff options
Diffstat (limited to 'packaging/ubuntu')
-rw-r--r-- | packaging/ubuntu/make-package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index 386c0f91b..3fe5d0962 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -12,7 +12,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 |