Skip to content

Commit

Permalink
fix: use stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 12, 2022
1 parent 474dc88 commit c506730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc52.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// output is the default output for Copy which uses os.Stdout and os.Environ.
var output = NewOutput(os.Stdout, os.Environ())
var output = NewOutput(os.Stderr, os.Environ())

// envs is a map of environment variables.
type envs map[string]string
Expand Down

0 comments on commit c506730

Please sign in to comment.