FIX: Support git submodule plugins

This commit is contained in:
Jarek Radosz 2023-01-16 00:13:56 +01:00
parent f3e23fcab7
commit c450dcbb8d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class DockerManager::GitRepo
end
def valid?
File.directory?("#{path}/.git")
File.exist?("#{path}/.git")
end
def latest_local_commit