From 462475d4c572082643ca5a8d7888594fc4fd1ebb Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Fri, 19 May 2017 23:35:44 +0200 Subject: fixes #1 correct url for options in Leapfile --- lib/leap_cli/commands/new.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/leap_cli/commands/new.rb b/lib/leap_cli/commands/new.rb index bbef92f..0179f0d 100644 --- a/lib/leap_cli/commands/new.rb +++ b/lib/leap_cli/commands/new.rb @@ -131,7 +131,7 @@ module LeapCli; module Commands end def leapfile_content(options) - %[@platform_directory_path = "#{options[:platform]}"\n# see https://leap.se/en/docs/platform/config for more options] + %[@platform_directory_path = "#{options[:platform]}"\n# see https://leap.se/en/docs/platform/guide/config for more options] end GITIGNORE_CONTENT = <