mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix: return correct exit code
This commit is contained in:
parent
16e86051c5
commit
df65ad13cb
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ func run(opts *options, files []string) error {
|
|||
}
|
||||
|
||||
// Exit code is based on validation results
|
||||
os.Exit(exitCodeAllValid)
|
||||
os.Exit(exitCode)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue