Skip to content

Commit

Permalink
Merge pull request platformsh#3439 from platformsh/thomasdiluccio-pat…
Browse files Browse the repository at this point in the history
…ch-1

Fix typo in config-desc
  • Loading branch information
thomasdiluccio authored Sep 15, 2023
2 parents b95b142 + f094b47 commit 090aa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/psh-docs/layouts/shortcodes/guides/config-desc.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Start by creating empty versions of each of these files in your repository:

```bash
# Create empty {{ .Site.Params.vendor.name }} configuration files
touch {{ partial "vendor/configfile" (dict "context" . "config" "services") }} && mkdir -p .platform && touch {{ partial "vendor/configfile" (dict "context" . "config" "routes") }}{{ if not (.Get "noService") }} && touch {{ partial "vendor/configfile" (dict "context" . "config" "services") }}{{ end }}
mkdir -p .platform && touch {{ partial "vendor/configfile" (dict "context" . "config" "services") }} && touch {{ partial "vendor/configfile" (dict "context" . "config" "routes") }}{{ if not (.Get "noService") }} && touch {{ partial "vendor/configfile" (dict "context" . "config" "services") }}{{ end }}
```
{{ if isset .Params "platformify" }}
Expand Down

0 comments on commit 090aa58

Please sign in to comment.