FIX: Make find_repos public
This commit is contained in:
parent
2589824656
commit
516e8b7a1d
|
|
@ -154,8 +154,6 @@ module DockerManager
|
|||
render plain: ps_output
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def find_repos(path, upgrading: false)
|
||||
return DockerManager::GitRepo.find(path) unless path == "all"
|
||||
|
||||
|
|
@ -169,6 +167,8 @@ module DockerManager
|
|||
end
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def respond_progress(logs: "", percentage: 0)
|
||||
render json: { progress: { logs: logs, percentage: percentage } }
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue