diff options
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ func main() { // build() if argv.Show != nil { - log.Info("todo: show", me.repo.GetGoPath()) + log.Info("todo: show", me.repo.Namespace) okExit("") } if argv.Namespace != "" { |
