fix: upx repo

This commit is contained in:
xuthus5 2024-01-31 21:49:00 +08:00
parent f83bd237e5
commit 4450d8c2ad
Signed by: xuthus5
GPG Key ID: A23CF9620CBB55F9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func deployCmd() *cobra.Command {
switch config.Type {
case UpyunDeploy:
if !isCommandExist("upx") {
if err := goInstall("github.com/upyun/upx"); err != nil {
if err := goInstall("github.com/upyun/upx/cmd/upx"); err != nil {
logger.Errorf("install upx failed: %+v", err)
return
}