Skip to content

Commit

Permalink
update windows install script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszgasior committed Jun 23, 2024
1 parent 4537e79 commit 54ad69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (-not (Test-IsAdmin)) {
}

$repo = "lukaszgasior/remove-branches"
$binName = "remove-branches"
$binName = "git-remove-branches"
$os = "Windows"
$arch = "x86_64"
$url = "https://github.com/$repo/releases/download/$version/${binName}_${version}_${os}_${arch}.zip"
Expand Down

0 comments on commit 54ad69b

Please sign in to comment.