makerelease.sh: updated repo URL

This commit is contained in:
Martin Pärtel 2022-06-18 15:09:51 +03:00
parent 57d9c9407e
commit 964326fcba
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [ -z "$1" ]; then
fi
VERSION="$1"
REPO_URL="git://github.com/mpartel/bindfs.git"
REPO_URL="git@github.com:mpartel/bindfs"
umask 0022