mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 20:36:12 +02:00
cscli machines|bouncers|dashboard
error message clarification (#754)
This commit is contained in:
parent
446fd499c8
commit
88e1095478
21 changed files with 67 additions and 52 deletions
|
@ -132,7 +132,7 @@ func ListItem(itemType string, args []string) {
|
|||
func InstallItem(name string, obtype string, force bool) {
|
||||
it := cwhub.GetItem(obtype, name)
|
||||
if it == nil {
|
||||
log.Fatalf("unable to retrive item : %s", name)
|
||||
log.Fatalf("unable to retrieve item : %s", name)
|
||||
}
|
||||
item := *it
|
||||
if downloadOnly && item.Downloaded && item.UpToDate {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue