From 4450d8c2ad878f8f75fa1f36daaa3795eb38db8d Mon Sep 17 00:00:00 2001 From: xuthus5 Date: Wed, 31 Jan 2024 21:49:00 +0800 Subject: [PATCH] fix: upx repo --- deploy_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_command.go b/deploy_command.go index e286d03..cdd12f9 100644 --- a/deploy_command.go +++ b/deploy_command.go @@ -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 }