Skip to content

Commit

Permalink
Merge pull request #8 from wjh/master
Browse files Browse the repository at this point in the history
Spelling fix, resolve #6
  • Loading branch information
toorop authored Oct 12, 2016
2 parents 982e740 + 2e89267 commit 7af17c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ovh.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ func init() {
var r []byte

if runtime.GOOS == "windows" {
fmt.Println(NL, "No consumer key found in environnement vars !", NL)
fmt.Println(NL, "No consumer key found in environment vars !", NL)
} else {
terminal.Stdout.Clear().Move(0, 0).Color("r").
Print("No consumer key found in environnement vars !").Nl().Nl().Reset()
Print("No consumer key found in environment vars !").Nl().Nl().Reset()
}
for {
fmt.Print("Have you a valid Consumer Key for that app ? (y/n) : ")
Expand Down

0 comments on commit 7af17c9

Please sign in to comment.