lib/fozzie/configuration.rb in fozzie-0.0.23 vs lib/fozzie/configuration.rb in fozzie-0.0.24
- old
+ new
@@ -25,10 +25,10 @@
(s.empty? ? nil : s)
end
# Returns the origin name of the current machine to register the stat against
def origin_name
- @origin_name ||= Uname.uname.nodename
+ @origin_name ||= Uname.nodename
end
def sniff?
self.sniff_envs.collect(&:to_sym).include?(self.env.to_sym)
end
\ No newline at end of file