Skip to content

Commit 4a07f21

Browse files
committed
chore: Update GitHub request URLs in installation scripts to point to the main branch for consistency
1 parent 236390f commit 4a07f21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/release/install-with-zed-wrapper.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$BaseGitHubRequest = "https://raw.githubusercontent.com/SameerJS6/zed-cli-win-unofficial/refs/heads/add-mutliple-instance-feature/scripts"
1+
$BaseGitHubRequest = "https://raw.githubusercontent.com/SameerJS6/zed-cli-win-unofficial/refs/heads/main/scripts"
22
$TempInstallerPath = Join-Path $env:TEMP "Zed-With-CLI-Installer-$(Get-Random)"
33

44
$isDebugging = $false

scripts/release/install-wrapper.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$BaseGitHubRequest = "https://raw.githubusercontent.com/SameerJS6/zed-cli-win-unofficial/refs/heads/add-mutliple-instance-feature/scripts"
1+
$BaseGitHubRequest = "https://raw.githubusercontent.com/SameerJS6/zed-cli-win-unofficial/refs/heads/main/scripts"
22
$TempInstallerPath = Join-Path $env:TEMP "CLI-only-installer-$(Get-Random)"
33

44
$isDebugging = $false

0 commit comments

Comments
 (0)