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

Commit

Permalink
Merge pull request #157 from hassieswift621/master
Browse files Browse the repository at this point in the history
Remove duplicated word from sync user settings error
  • Loading branch information
coadler committed Dec 9, 2019
2 parents f3adebb + 7ebef26 commit ceab32b
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 ceab32b

Please sign in to comment.