Merge pull request #157 from hassieswift621/master · coder/sshcode@ceab32b

This repository was archived by the owner on Jan 17, 2021. It is now read-only.

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -212,7 +212,7 @@ func sshCode(host, dir string, o options) error {

212212
213213

err = syncUserSettings(o.sshFlags, host, true)

214214

if err != nil {

215-

return xerrors.Errorf("failed to sync user settings settings back: %w", err)

215+

return xerrors.Errorf("failed to sync user settings back: %w", err)

216216

}

217217
218218

return nil