fix default install path

This commit is contained in:
Nuwan 2021-05-20 07:05:38 +05:30
parent 128e9c6bb4
commit 34f8413861
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ EOF
exit 1
}
dir=./
dir="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
repo=git@bitbucket.org:jamkazam/social-graph-database-loader.git
sshPrivateKeyFile=./ssh/id_rsa
pipExecutable=/usr/bin/pip