ExitFailure matches stdlib.h

This commit is contained in:
2021-01-31 11:08:24 -06:00
parent ec673a6fde
commit 320815293d
9 changed files with 18 additions and 18 deletions

View File

@ -75,7 +75,7 @@ func SetStateCmd(args CmdArgs) (int, error) {
r, err := c.SetState(selector, state)
if err != nil {
return ExitError, err
return ExitFailure, err
}
if !fast {