mirror of
https://github.com/beego/bee.git
synced 2024-11-21 13:40:53 +00:00
fix command "bee fix -t 2"
due to import developing branch of beego
This commit is contained in:
parent
ee7b335232
commit
97e66f3d18
@ -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`
|
||||
err := runShell(cmdStr)
|
||||
if err != nil {
|
||||
beeLogger.Log.Error(err.Error())
|
||||
|
Loading…
Reference in New Issue
Block a user