Fix again...

This commit is contained in:
trading_peter 2024-09-12 00:23:50 +02:00
parent 0505fa0a1a
commit 913fbdb690
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ func CmdNew(c *cli.Context) error {
projectFolder := filepath.Join(projectRoot, name) projectFolder := filepath.Join(projectRoot, name)
if customProjectPath == "" { if customProjectPath != "" {
projectFolder = customProjectPath projectFolder = customProjectPath
} }

View File

@ -22,7 +22,7 @@ func Execute() {
app := &cli.App{ app := &cli.App{
Name: "hoster", Name: "hoster",
Usage: "Hoster", Usage: "Hoster",
Version: "1.0.7", Version: "1.0.8",
Commands: []*cli.Command{ Commands: []*cli.Command{
{ {
Name: "new", Name: "new",