Skip to content

Commit b72bbdd

Browse files
author
Josh Coady
committed
corrected misspelled 'winodowns'
1 parent ea0764d commit b72bbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func main() {
201201
if err != nil {
202202
log.Fatal("can't create file", err)
203203
}
204-
if runtime.GOOS != "windowns" {
204+
if runtime.GOOS != "windows" {
205205
fmt.Println(Color(res.Proto, Magenta), Color(res.Status, Green))
206206
for k, v := range res.Header {
207207
fmt.Println(Color(k, Gray), ":", Color(strings.Join(v, " "), Cyan))

0 commit comments

Comments
 (0)