Merge "Fix exit code with bogus command name"
This commit is contained in:
commit
8f05a309d1
6
releasenotes/notes/cli-exit-code-1e6278f803dbf8e2.yaml
Normal file
6
releasenotes/notes/cli-exit-code-1e6278f803dbf8e2.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue where ``kolla-ansible`` exits with a zero exit code when
|
||||
executed with a bogus command name. `LP#1929397
|
||||
<https://bugs.launchpad.net/kolla-ansible/+bug/1929397>`__
|
@ -494,7 +494,7 @@ EOF
|
||||
exit 0
|
||||
;;
|
||||
(*) usage
|
||||
exit 0
|
||||
exit 3
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user