removed preview initial value
This commit is contained in:
parent
524ed2d234
commit
39696a0ddc
|
@ -64,7 +64,6 @@ func New(params *cli.Context) *Config{
|
||||||
Paths: []string{path},
|
Paths: []string{path},
|
||||||
Ignore: []string{ignore},
|
Ignore: []string{ignore},
|
||||||
Exts: []string{ext},
|
Exts: []string{ext},
|
||||||
Preview: false,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -142,7 +141,6 @@ func (h *Config) Add(params *cli.Context) error{
|
||||||
Paths: []string{path},
|
Paths: []string{path},
|
||||||
Exts: []string{ext},
|
Exts: []string{ext},
|
||||||
Ignore: []string{ignore},
|
Ignore: []string{ignore},
|
||||||
Preview: false,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
if Duplicates(new, h.Projects) {
|
if Duplicates(new, h.Projects) {
|
||||||
|
|
Loading…
Reference in New Issue