cscli machines|bouncers|dashboard error message clarification (#754)

This commit is contained in:
Thibault "bui" Koechlin 2021-04-16 10:50:08 +02:00 committed by GitHub
parent 446fd499c8
commit 88e1095478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 67 additions and 52 deletions

View file

@ -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 {