vagrant.py
3.57 KB
-
Vagrant inventory: exit 0 on success · 3a70affb
Current code has sys.exit(1) at the end of the codepath for the options --help, --list and --host. These are not error conditions so should be returning 0 for success, not 1 which is EPERM i.e. "Operation not permitted". Newer Vagrant versions examine the exit codes from subprocesses and interpret this as a failure.
joefis committed