From d78643049e18749994ca39e18f02be3f3d23bd88 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 28 Feb 2013 19:51:36 -0800 Subject: change json comments from '#' to more standard '//' --- lib/leap_cli/config/manager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/config') diff --git a/lib/leap_cli/config/manager.rb b/lib/leap_cli/config/manager.rb index b90c741..b5ce092 100644 --- a/lib/leap_cli/config/manager.rb +++ b/lib/leap_cli/config/manager.rb @@ -191,7 +191,7 @@ module LeapCli buffer = StringIO.new File.open(filename) do |f| while (line = f.gets) - next if line =~ /^\s*#/ + next if line =~ /^\s*\/\// buffer << line end end -- cgit v1.2.3