From 9c1dbb14ebf240e3c0cfbc483b164299884b8036 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 4 Nov 2012 13:15:26 -0800 Subject: allow symbols for ObjectList lookup --- lib/leap_cli/config/manager.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/leap_cli/config/manager.rb') diff --git a/lib/leap_cli/config/manager.rb b/lib/leap_cli/config/manager.rb index 8a4a617..88f21be 100644 --- a/lib/leap_cli/config/manager.rb +++ b/lib/leap_cli/config/manager.rb @@ -133,6 +133,8 @@ module LeapCli return Config::Object.new(self) end + progress2("loading %s" % filename) + # # read file, strip out comments # (File.read(filename) would be faster, but we like ability to have comments) -- cgit v1.2.3