Skip to content

Commit

Permalink
Open in current dir
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jul 14, 2021
1 parent 68d7291 commit 851b61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/debug
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Setting up test project..."

REPOSITORY=$1
DIRECTORY="$HOME/Sites/$2"
DIRECTORY="./$2"

if [ -z "$REPOSITORY" ] || [ -z "$DIRECTORY" ]; then
echo "Please provide both a repository and target directory."
Expand Down

0 comments on commit 851b61a

Please sign in to comment.