Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Remove duplicated word from sync user settings error
Browse files Browse the repository at this point in the history
  • Loading branch information
hassieswift621 committed Dec 7, 2019
1 parent f3adebb commit 7ebef26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ebef26

Please sign in to comment.