Fix again...
This commit is contained in:
parent
0505fa0a1a
commit
913fbdb690
@ -29,7 +29,7 @@ func CmdNew(c *cli.Context) error {
|
||||
|
||||
projectFolder := filepath.Join(projectRoot, name)
|
||||
|
||||
if customProjectPath == "" {
|
||||
if customProjectPath != "" {
|
||||
projectFolder = customProjectPath
|
||||
}
|
||||
|
||||
|
@ -22,7 +22,7 @@ func Execute() {
|
||||
app := &cli.App{
|
||||
Name: "hoster",
|
||||
Usage: "Hoster",
|
||||
Version: "1.0.7",
|
||||
Version: "1.0.8",
|
||||
Commands: []*cli.Command{
|
||||
{
|
||||
Name: "new",
|
||||
|
Loading…
Reference in New Issue
Block a user