Skip to content

Commit 9a30c9c

Browse files
authored
Merge pull request #15 from pythoninthegrass/main
chore: fix typos on utils
2 parents d205a85 + 7fcf887 commit 9a30c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func GetSshClient(server string, sshUser string) (*ssh.Client, error) {
7171
// connect to local ssh-agent to grab all keys
7272
sshAgentSock := os.Getenv("SSH_AUTH_SOCK")
7373
if sshAgentSock == "" {
74-
log.Fatal("No SSH SOCK AVAIBALEB")
74+
log.Fatal("No SSH SOCK AVAILABLE")
7575
return nil, errors.New("Error happened connecting to ssh-agent")
7676
}
7777
// make a connection to SSH agent over unix protocl

0 commit comments

Comments
 (0)