From: elijah Date: Fri, 1 Mar 2013 03:51:36 +0000 (-0800) Subject: change json comments from '#' to more standard '//' X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d78643049e18749994ca39e18f02be3f3d23bd88;p=leap%2Fleap_cli.git change json comments from '#' to more standard '//' --- diff --git a/lib/leap_cli/commands/new.rb b/lib/leap_cli/commands/new.rb index bf8e7f1..dc37265 100644 --- a/lib/leap_cli/commands/new.rb +++ b/lib/leap_cli/commands/new.rb @@ -81,15 +81,7 @@ module LeapCli; module Commands end def leapfile_content(options) - # @leap_version = "#{LeapCli::VERSION}" - %[## Required: -@platform_directory_path = "#{options[:platform]}" - -## Optional: -# @custom_vagrant_vm_line = "config.vm.boot_mode = :gui" -# @log = "/tmp/leap.log" -# @vagrant_network = '10.5.5.0/24' -] + %[@platform_directory_path = "#{options[:platform]}"\n# see https://leap.se/en/docs/platform/config for more options] end GITIGNORE_CONTENT = <