text fixed

This commit is contained in:
asoseil 2017-10-12 16:28:25 +02:00
parent 3e64f4859a
commit 338c285af3

4
cmd.go
View File

@ -153,7 +153,7 @@ func (r *realize) run(p *cli.Context) error {
Status: elm.Cmds.Install.Status, Status: elm.Cmds.Install.Status,
Args: append([]string{"install"}, elm.Cmds.Install.Args...), Args: append([]string{"install"}, elm.Cmds.Install.Args...),
name: "Go Install", name: "Go Install",
startTxt: "Instaling...", startTxt: "Installing...",
endTxt: "Installed", endTxt: "Installed",
} }
r.Schema[k].Cmds.Build = Cmd{ r.Schema[k].Cmds.Build = Cmd{
@ -208,7 +208,7 @@ func (r *realize) remove(p *cli.Context) error {
// Insert a project if there isn't already one // Insert a project if there isn't already one
func (r *realize) insert(c *cli.Context) error { func (r *realize) insert(c *cli.Context) error {
if !c.Bool("config") { if c.Bool("no-config") {
r.Schema = []Project{} r.Schema = []Project{}
} }
if len(r.Schema) <= 0 { if len(r.Schema) <= 0 {