Skip to content

Commit

Permalink
Merge pull request #49 from GeenNuar/master
Browse files Browse the repository at this point in the history
Fix error printing tips on unsupported system
  • Loading branch information
tylertreat authored Aug 15, 2016
2 parents a652a1a + 7607c06 commit af870f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion throttler/throttler.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func Run(cfg *Config) {

t = &tcThrottler{c}
default:
fmt.Println("I don't support your OS: %s\n", runtime.GOOS)
fmt.Printf("I don't support your OS: %s\n", runtime.GOOS)
os.Exit(1)
}

Expand Down

0 comments on commit af870f3

Please sign in to comment.