mirror of
https://github.com/beego/bee.git
synced 2024-11-21 08:30:54 +00:00
Update fix1To2.go
This commit is contained in:
parent
97e66f3d18
commit
112769d885
@ -24,7 +24,7 @@ import (
|
||||
func fix1To2() int {
|
||||
beeLogger.Log.Info("Upgrading the application...")
|
||||
|
||||
cmdStr := `go get -u github.com/beego/beego/v2`
|
||||
cmdStr := `go get -u github.com/beego/beego/v2@master`
|
||||
err := runShell(cmdStr)
|
||||
if err != nil {
|
||||
beeLogger.Log.Error(err.Error())
|
||||
|
Loading…
Reference in New Issue
Block a user