summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/facter4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/facter b/bin/facter
index e9604ab..06d61ed 100755
--- a/bin/facter
+++ b/bin/facter
@@ -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"