Skip to content

Commit

Permalink
change base folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NaomiFPassarelli committed Jan 2, 2018
1 parent a9793fb commit a419ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
echo "Getting initial dependencies..."

system_has() {
type "${PWD##*/}" > /dev/null 2>&1
type "$1" > /dev/null 2>&1
}

if ! system_has git; then
Expand Down

0 comments on commit a419ef3

Please sign in to comment.