diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/facter | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -74,8 +74,8 @@ options = { result.each { |opt,arg| case opt when "--version" - puts "%s" % Facter.version - exit + puts "%s" % Facter.version + exit when "--yaml" options[:yaml] = true when "--debug" |
