mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
Tool updates
Updated tool to give more meaningful errors Added file system as an option to fetch the skeleton from
This commit is contained in:
@@ -65,7 +65,7 @@ func newApp(name string, command model.COMMAND, precall func(c *model.CommandCon
|
||||
if precall != nil {
|
||||
precall(c)
|
||||
}
|
||||
if !c.UpdateImportPath() {
|
||||
if c.UpdateImportPath()!=nil {
|
||||
a.Fail("Unable to update import path")
|
||||
}
|
||||
c.InitGoPaths()
|
||||
|
||||
Reference in New Issue
Block a user