diff options
author | kwadronaut <kwadronaut@leap.se> | 2017-05-19 23:35:44 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2017-07-31 09:55:37 +0200 |
commit | 462475d4c572082643ca5a8d7888594fc4fd1ebb (patch) | |
tree | 7f5d6cda3ac683b16ce104f2edb529e2f39509d9 /lib/leap_cli/commands/new.rb | |
parent | 83379cb644142dafccc88c67e11a8e4f981079bf (diff) |
fixes #1 correct url for options in Leapfile
Diffstat (limited to 'lib/leap_cli/commands/new.rb')
-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 |