Skip to content

Commit

Permalink
corrects indentation in yaml properties
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzow committed Apr 17, 2024
1 parent 4982c24 commit 4b3b6f0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions templates/strapi4/platformsh.wizard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ steps:
- id: "download_cli"
label: "Download the CLI"
title: "Download the Platform.sh CLI"
subtitle: "Download the Platform.sh CLI"
required: true
bodyText: "<p>To install the CLI, use the command for either macOS and Windows as shown.</p>\n<p>For more info about our CLI check out our <a href='https://docs.platform.sh/development/cli.html#cli-command-line-interface'>documentation</a> or take a look at our <a href='https://github.com/platformsh/cli'>CLI source code</a>.</p>"
copyCode:
- label: "macOS and Linux Installer (using Homebrew)"
code:
- "brew install platformsh/tap/platformsh-cli"
- label: "Windows Installer (using Scoop)"
code:
- "scoop bucket add platformsh https://github.com/platformsh/homebrew-tap.git"
- "scoop install platform"
copyCode:
- label: "macOS and Linux Installer (using Homebrew)"
code:
- "brew install platformsh/tap/platformsh-cli"
- label: "Windows Installer (using Scoop)"
code:
- "scoop bucket add platformsh https://github.com/platformsh/homebrew-tap.git"
- "scoop install platform"
- id: "download_project"
label: "Download your project"
title: "Download your project to start using it"
Expand Down

0 comments on commit 4b3b6f0

Please sign in to comment.