mirror of https://github.com/mpartel/bindfs.git
makerelease.sh: updated repo URL
This commit is contained in:
parent
57d9c9407e
commit
964326fcba
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue