Преглед изворни кода

call the renamed function - DK

Signed-off-by: Andrew Kutta <andrew.kutta@gmail.com>
Andrew Kutta пре 6 година
родитељ
комит
3ab1482cf6
1 измењених фајлова са 1 додато и 1 уклоњено
  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 != "" {
 		if sshIdentity != "" {
-			auth := loadSshIdentity(sshIdentity);
+			auth := loadSSHIdentity(sshIdentity);
 			if auth != nil {
 			if auth != nil {
 				cloneOptions.Auth = auth
 				cloneOptions.Auth = auth
 			}
 			}