text fixed

This commit is contained in:
asoseil 2017-10-12 16:28:25 +02:00
parent 3e64f4859a
commit 338c285af3
1 changed files with 2 additions and 2 deletions

4
cmd.go
View File

@ -153,7 +153,7 @@ func (r *realize) run(p *cli.Context) error {
Status: elm.Cmds.Install.Status,
Args: append([]string{"install"}, elm.Cmds.Install.Args...),
name: "Go Install",
startTxt: "Instaling...",
startTxt: "Installing...",
endTxt: "Installed",
}
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
func (r *realize) insert(c *cli.Context) error {
if !c.Bool("config") {
if c.Bool("no-config") {
r.Schema = []Project{}
}
if len(r.Schema) <= 0 {