check ".git" dir
This commit is contained in:
parent
0da77e69e5
commit
f1fef21f83
@ -21,6 +21,10 @@ def check_repo(repo_path : String)
|
|||||||
return 0
|
return 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if !Dir.exists?("#{repo_path}/.git")
|
||||||
|
return 0
|
||||||
|
end
|
||||||
|
|
||||||
repo_name = repo_path.split("/")[-1]
|
repo_name = repo_path.split("/")[-1]
|
||||||
ahead_count = `git -C #{repo_path} status | grep -i "Your branch" | grep -Eo "[0-9]"`.chomp
|
ahead_count = `git -C #{repo_path} status | grep -i "Your branch" | grep -Eo "[0-9]"`.chomp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user