Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Dec 7, 2023
1 parent 4533a9c commit 8217d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (r *Agent) Add(id *api.Identity, host string) (err error) {
path)
return
}
_, err = f.Write(cmd.Output)
_, err = f.Write(cmd.Output())
if err != nil {
err = liberr.Wrap(
err,
Expand Down

0 comments on commit 8217d85

Please sign in to comment.