Skip to content

Commit

Permalink
chore: fix PowerShell update script
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Jan 3, 2025
1 parent 152c758 commit aae690c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log (go-package-manager)

## 0.29.9
## 0.29.10

- feat: self-update by executing `gpm update --self`
- chore: improve (self-)update scripts
Expand Down
2 changes: 0 additions & 2 deletions sh.kloubert.dev/gpm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ switch ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture
}
}

$ARCH = "386"

Write-Host "Your architecture: $ARCH"
Write-Host ""

Expand Down

0 comments on commit aae690c

Please sign in to comment.