瀏覽代碼

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 != "" {
-			auth := loadSshIdentity(sshIdentity);
+			auth := loadSSHIdentity(sshIdentity);
 			if auth != nil {
 				cloneOptions.Auth = auth
 			}