Skip to content

Commit

Permalink
Fix login with SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
john-scalingo committed Jun 5, 2019
1 parent 9859c3e commit 8457951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* [alerts] Add support for the duration_before_trigger attribute [#407](https://github.com/Scalingo/cli/pull/407)
* [domains] Handle Let's Encrypt certificate status [#410](https://github.com/Scalingo/cli/pull/410)
* Fix login with SSH [#418](https://github.com/Scalingo/cli/pull/418)

### 1.10.1

Expand Down
2 changes: 2 additions & 0 deletions session/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ func Login(opts LoginOpts) error {
}
return errors.Wrap(err, "fail to login with SSH")
}
} else {
return nil
}
}

Expand Down

0 comments on commit 8457951

Please sign in to comment.