diff --git a/command/new.go b/command/new.go index 2e59fe4..e36b816 100644 --- a/command/new.go +++ b/command/new.go @@ -124,7 +124,7 @@ func (c *NewCommand) Run(args []string) int { return ExitCodeFailed } } - + idealDir := filepath.Join(gopath, "src", vcsHost, owner) output := name