Skip to content

Commit

Permalink
Pull request 53: imp-err-msg
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 707af2b
Author: Ainar Garipov <[email protected]>
Date:   Mon Jun 17 20:37:37 2024 +0300

    cmd: imp err msg
  • Loading branch information
ainar-g committed Jun 17, 2024
1 parent a9a70c2 commit 9457bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/service.go → internal/cmd/osservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func control(
}

if err != nil {
_, _ = fmt.Fprintf(os.Stderr, "performing action %q: retrieving status: %s", action, err)
_, _ = fmt.Fprintf(os.Stderr, "performing action %q: retrieving status: %s\n", action, err)

return osutil.ExitCodeFailure
}
Expand Down

0 comments on commit 9457bd9

Please sign in to comment.