Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Aug 11, 2024
1 parent 8d862d4 commit 616b9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cd $VFB_NEO4J_SRC
git pull origin master
git checkout ${GITBRANCH}
git pull
pip install -R requirements.txt
pip install -r requirements.txt

echo "** Creating temporary directories.. **"
cd ${WORKSPACE}
Expand Down

0 comments on commit 616b9d6

Please sign in to comment.