diff --git a/utils/utils.go b/utils/utils.go index 7817a62..8b021dc 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -71,7 +71,7 @@ func GetSshClient(server string, sshUser string) (*ssh.Client, error) { // connect to local ssh-agent to grab all keys sshAgentSock := os.Getenv("SSH_AUTH_SOCK") if sshAgentSock == "" { - log.Fatal("No SSH SOCK AVAIBALEB") + log.Fatal("No SSH SOCK AVAILABLE") return nil, errors.New("Error happened connecting to ssh-agent") } // make a connection to SSH agent over unix protocl