summaryrefslogtreecommitdiffstats
path: root/bin/facter
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-05-17 00:32:34 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-05-17 00:32:34 +1000
commite02b0b386ed84384daeb2da0879bf215cfcfa2ef (patch)
tree36cdd5c3cc6143ce6faccb87ba6461bf5f481a29 /bin/facter
parent9c91a6d3fb9da933d8e1ba4149ee1b5587e6b007 (diff)
downloadfacter-e02b0b386ed84384daeb2da0879bf215cfcfa2ef.tar.gz
facter-e02b0b386ed84384daeb2da0879bf215cfcfa2ef.tar.xz
facter-e02b0b386ed84384daeb2da0879bf215cfcfa2ef.zip
Updated version. Moved most facts to seperate files.
Diffstat (limited to 'bin/facter')
-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"