mirror of
https://github.com/jordansissel/fpm
synced 2025-08-27 03:41:34 +02:00
A bug pointed out by #1162 showed that `fpm --version` would fail when a .fpm file was loaded. Moving the short `fpm --version` handling to the `run` method lets us do this check before we load FPMOPTS env or .fpm files. Updated the tests to only try calling with a lone `-v` or `--version` flag to verify this works with and without a .fpm file. Fixes #1162 and #1125. Original work by @drwl! |
||
---|---|---|
.. | ||
acceptance/puppet/manifests | ||
fixtures | ||
fpm | ||
spec_setup.rb |