Skip to content

Commit 991b62d

Browse files
authored
Merge pull request #903 from platformsh/fix-strapi4-wizard-file
corrects indentation in yaml properties
2 parents 4982c24 + 4b3b6f0 commit 991b62d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

templates/strapi4/platformsh.wizard.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@ steps:
22
- id: "download_cli"
33
label: "Download the CLI"
44
title: "Download the Platform.sh CLI"
5-
subtitle: "Download the Platform.sh CLI"
65
required: true
76
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>"
8-
copyCode:
9-
- label: "macOS and Linux Installer (using Homebrew)"
10-
code:
11-
- "brew install platformsh/tap/platformsh-cli"
12-
- label: "Windows Installer (using Scoop)"
13-
code:
14-
- "scoop bucket add platformsh https://github.com/platformsh/homebrew-tap.git"
15-
- "scoop install platform"
7+
copyCode:
8+
- label: "macOS and Linux Installer (using Homebrew)"
9+
code:
10+
- "brew install platformsh/tap/platformsh-cli"
11+
- label: "Windows Installer (using Scoop)"
12+
code:
13+
- "scoop bucket add platformsh https://github.com/platformsh/homebrew-tap.git"
14+
- "scoop install platform"
1615
- id: "download_project"
1716
label: "Download your project"
1817
title: "Download your project to start using it"

0 commit comments

Comments
 (0)