Fixes
This commit is contained in:
parent
7bc4dc84df
commit
0505fa0a1a
@ -21,7 +21,7 @@ import (
|
||||
func CmdNew(c *cli.Context) error {
|
||||
name := strings.TrimSpace(c.String("name"))
|
||||
domain := strings.TrimSpace(c.String("domain"))
|
||||
customProjectPath := strings.TrimSpace(c.String("project-path"))
|
||||
customProjectPath := strings.TrimSpace(c.String("custom-path"))
|
||||
projectRoot := conf.App.MustString("projects.root")
|
||||
sitesAvail := conf.App.MustString("nginx.sitesAvailable")
|
||||
sitesEnabled := conf.App.MustString("nginx.sitesEnabled")
|
||||
|
@ -22,7 +22,7 @@ func Execute() {
|
||||
app := &cli.App{
|
||||
Name: "hoster",
|
||||
Usage: "Hoster",
|
||||
Version: "1.0.6",
|
||||
Version: "1.0.7",
|
||||
Commands: []*cli.Command{
|
||||
{
|
||||
Name: "new",
|
||||
|
Loading…
Reference in New Issue
Block a user