Skip to content

Commit

Permalink
Typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Jan 8, 2025
1 parent 18a6d8c commit edf23a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ New-Item -ItemType "file" $filePath -Force
{{< /tab >}}
{{< tab "Linux / macOS" >}}
```pwsh
$filePath = "c/accelerator/config/lib/archetype_definitions/alz.alz_architecture_definition.json"
$filePath = "/accelerator/config/lib/archetype_definitions/alz.alz_architecture_definition.json"
New-Item -ItemType "file" $filePath -Force
(Invoke-WebRequest "https://raw.githubusercontent.com/Azure/Azure-Landing-Zones-Library/refs/heads/main/platform/alz/archetype_definitions/alz.alz_architecture_definition.json").Content | Out-File $filePath -Force
```
Expand Down

0 comments on commit edf23a1

Please sign in to comment.