Skip to content

Commit a334ec1

Browse files
author
Pascal Spörri
committed
Added spaces to check path
1 parent 3b140e9 commit a334ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitTools.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function git_repository {
3232

3333
# Check the repository
3434
function _check_path {
35-
path=$(_get_path $1)
35+
path=$(_get_path $1)
3636
if ! git_is_repository "${path}" ; then
3737
echo "Not a git repository"
3838
exit 1

0 commit comments

Comments
 (0)