diff options
-rw-r--r-- | lib/leap_cli/commands/new.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = <<EOS |