Skip to content

Commit

Permalink
always print staskfile to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
itsfrank committed Nov 28, 2023
1 parent f1b8f0c commit 6913c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stask.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ func doProfileDelete(name string) {
}

func doStaskfile() {
fmt.Fprintln(flag.CommandLine.Output(), getStaskfilePath())
fmt.Fprintln(os.Stdout, getStaskfilePath())
}

func getStaskfilePath() string {
Expand Down

0 comments on commit 6913c21

Please sign in to comment.