Skip to content

Commit

Permalink
Merge pull request #15 from pythoninthegrass/main
Browse files Browse the repository at this point in the history
chore: fix typos on utils
  • Loading branch information
MightyMoud authored Sep 23, 2024
2 parents d205a85 + 7fcf887 commit 9a30c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a30c9c

Please sign in to comment.