From edc0485ba1e844b4a4633c0719ba0484652366b0 Mon Sep 17 00:00:00 2001 From: "Steve Lee (POWERSHELL HE/HIM) (from Dev Box)" Date: Tue, 25 Nov 2025 11:47:37 -0800 Subject: [PATCH] Fix issues found by bot --- docs/installing-nightly.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installing-nightly.md b/docs/installing-nightly.md index e988be2b1..9d416fe37 100644 --- a/docs/installing-nightly.md +++ b/docs/installing-nightly.md @@ -23,7 +23,7 @@ platform: - Bash (Linux and macOS): ```sh - curl -o https://raw.githubusercontent.com/PowerShell/DSC/refs/heads/main/sharedScripts/install_cli_nightly.sh + curl -O https://raw.githubusercontent.com/PowerShell/DSC/refs/heads/main/sharedScripts/install_cli_nightly.sh ``` - PowerShell (Windows): @@ -145,7 +145,7 @@ Extract the archive using the following steps: - PowerShell (Windows): ```powershell - install_cli_nightly.ps1 -Repo myusername/DSC" + install_cli_nightly.ps1 -Repo myusername/DSC ``` - Install from a branch other than `main`: