diff --git a/sshcode.go b/sshcode.go index e769c4b..8b239aa 100644 --- a/sshcode.go +++ b/sshcode.go @@ -212,7 +212,7 @@ func sshCode(host, dir string, o options) error { err = syncUserSettings(o.sshFlags, host, true) if err != nil { - return xerrors.Errorf("failed to sync user settings settings back: %w", err) + return xerrors.Errorf("failed to sync user settings back: %w", err) } return nil