Update remaining logic using viper

This commit is contained in:
Dane Everitt
2021-01-14 20:19:28 -08:00
parent 80faea3286
commit 05c04c4350
5 changed files with 46 additions and 43 deletions

View File

@@ -127,7 +127,7 @@ func NewInstallationProcess(s *Server, script *api.InstallationScript) (*Install
Server: s,
}
if c, err := environment.DockerClient(); err != nil {
if c, err := environment.Docker(); err != nil {
return nil, err
} else {
proc.client = c