Skip to content

Commit

Permalink
Fixed conflicts with feature/inspector-restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
deven96 committed Mar 17, 2022
2 parents 5748b2c + 8e58858 commit faf3f84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions driver/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ func (d *SSH) RunCommand(command string) (string, error) {

func (d *SSH) GetDetails() SystemDetails {
if d.Info == nil {
// TODO: Check for goph specific errors
// within RunCommand and only return errors that are not
// goph specific
uname, err := d.RunCommand(`uname`)
// try windows command
if err != nil {
Expand Down

0 comments on commit faf3f84

Please sign in to comment.