mirror of
https://github.com/beego/bee.git
synced 2024-11-24 13:30:53 +00:00
nothing much
This commit is contained in:
parent
31b481d96a
commit
b1ae637139
2
g.go
2
g.go
@ -95,7 +95,7 @@ func generateCode(cmd *Command, args []string) {
|
|||||||
generateMigration(filename, curpath)
|
generateMigration(filename, curpath)
|
||||||
} else {
|
} else {
|
||||||
ColorLog("[ERRO] Wrong number of arguments\n")
|
ColorLog("[ERRO] Wrong number of arguments\n")
|
||||||
ColorLog("[HINT] usage: bee generate migration [filename]\n")
|
ColorLog("[HINT] Usage: bee generate migration [filename]\n")
|
||||||
os.Exit(2)
|
os.Exit(2)
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user