Explorar el Código

call the renamed function - DK

Signed-off-by: Andrew Kutta <andrew.kutta@gmail.com>
Andrew Kutta hace 7 años
padre
commit
3ab1482cf6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cmd/hercules/root.go

+ 1 - 1
cmd/hercules/root.go

@@ -95,7 +95,7 @@ func loadRepository(uri string, cachePath string, disableStatus bool, sshIdentit
 		}
 
 		if sshIdentity != "" {
-			auth := loadSshIdentity(sshIdentity);
+			auth := loadSSHIdentity(sshIdentity);
 			if auth != nil {
 				cloneOptions.Auth = auth
 			}