Browse Source

call the renamed function - DK

Signed-off-by: Andrew Kutta <andrew.kutta@gmail.com>
Andrew Kutta 6 years ago
parent
commit
3ab1482cf6
1 changed files with 1 additions and 1 deletions
  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
 			}