Fix again...

This commit is contained in:
2024-09-12 00:23:50 +02:00
parent 0505fa0a1a
commit 913fbdb690
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func CmdNew(c *cli.Context) error {
projectFolder := filepath.Join(projectRoot, name)
if customProjectPath == "" {
if customProjectPath != "" {
projectFolder = customProjectPath
}
+1 -1
View File
@@ -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",