Merged in VRFS-5180_neo4j_serverless_setup-a1 (pull request #25)

fix default install path
This commit is contained in:
Nuwan Chaturanga 2021-05-21 20:29:02 +00:00 committed by Seth Call
commit 04d42c1ad8
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