Skip to content

Commit

Permalink
Fix: Helper function name changed
Browse files Browse the repository at this point in the history
Signed-off-by: GLVSKiriti <[email protected]>
  • Loading branch information
GLVSKiriti authored and poiana committed Apr 2, 2024
1 parent 0833a43 commit 52df26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/syscall/adding_ssh_keys_to_authorized_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var _ = events.Register(

func AddingSshKeysToAuthorizedKeys(h events.Helper) error {
// Also creates .ssh directory inside tempDirectory
tempDirectoryName, err := CreateSshDirectoryUnderHome()
tempDirectoryName, err := createSshDirectoryUnderHome()
if err != nil {
return err
}
Expand Down

0 comments on commit 52df26e

Please sign in to comment.