From e02b0b386ed84384daeb2da0879bf215cfcfa2ef Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sat, 17 May 2008 00:32:34 +1000 Subject: Updated version. Moved most facts to seperate files. --- bin/facter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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" -- cgit