Skip to content

Commit

Permalink
Added spaces to check path
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Spörri committed Dec 23, 2015
1 parent 3b140e9 commit a334ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitTools.sh
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ function git_repository {

# Check the repository
function _check_path {
path=$(_get_path $1)
path=$(_get_path $1)
if ! git_is_repository "${path}" ; then
echo "Not a git repository"
exit 1

0 comments on commit a334ec1

Please sign in to comment.