Merge pull request #794 from jianzhiyao/patch-1

fix command "bee fix -t 2"
This commit is contained in:
Ming Deng 2021-08-05 18:32:44 +08:00 committed by GitHub
commit bdeabd3b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
func fix1To2() int {
beeLogger.Log.Info("Upgrading the application...")
cmdStr := `go get -u github.com/beego/beego/v2@develop`
cmdStr := `go get -u github.com/beego/beego/v2@master`
err := runShell(cmdStr)
if err != nil {
beeLogger.Log.Error(err.Error())