Skip to content

Commit 83858bc

Browse files
authored
Merge pull request #1290 from SteveL-MSFT/merlin-fixes
Fix issues found by bot
2 parents 1459862 + edc0485 commit 83858bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installing-nightly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ platform:
2323
- Bash (Linux and macOS):
2424

2525
```sh
26-
curl -o https://raw.githubusercontent.com/PowerShell/DSC/refs/heads/main/sharedScripts/install_cli_nightly.sh
26+
curl -O https://raw.githubusercontent.com/PowerShell/DSC/refs/heads/main/sharedScripts/install_cli_nightly.sh
2727
```
2828

2929
- PowerShell (Windows):
@@ -145,7 +145,7 @@ Extract the archive using the following steps:
145145
- PowerShell (Windows):
146146
147147
```powershell
148-
install_cli_nightly.ps1 -Repo myusername/DSC"
148+
install_cli_nightly.ps1 -Repo myusername/DSC
149149
```
150150
151151
- Install from a branch other than `main`:

0 commit comments

Comments
 (0)