Skip to content

Commit

Permalink
Socrates installer use absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Oct 28, 2024
1 parent d2d534a commit a30c427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_socrates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
fi

# Download (using SSH if possible)
socpath="socrates"
socpath="$(realpath .)/socrates"
rm -rf "$socpath"
if [ "$use_ssh" = true ]; then
git clone [email protected]:nichollsh/SOCRATES.git "$socpath"
Expand Down

0 comments on commit a30c427

Please sign in to comment.