mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
Update plugin removal message for clarity on unneeded connections and associated plugins (#4624)
This commit is contained in:
committed by
GitHub
parent
2eb8e0578d
commit
d5de83fa1c
@@ -47,9 +47,11 @@ func (r PluginRemoveReports) Print() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
str := append([]string{}, fmt.Sprintf(
|
str := append([]string{}, fmt.Sprintf(
|
||||||
"Please remove %s %s to continue using steampipe:",
|
"The following %s %s no longer needed since %s %s been uninstalled and can be safely removed:",
|
||||||
utils.Pluralize("this", len(uniqueFiles)),
|
|
||||||
utils.Pluralize("connection", len(uniqueFiles)),
|
utils.Pluralize("connection", len(uniqueFiles)),
|
||||||
|
utils.Pluralize("is", len(uniqueFiles)),
|
||||||
|
utils.Pluralize("the associated plugin", len(uniqueFiles)),
|
||||||
|
utils.Pluralize("has", len(uniqueFiles)),
|
||||||
))
|
))
|
||||||
|
|
||||||
str = append(str, "")
|
str = append(str, "")
|
||||||
|
|||||||
Reference in New Issue
Block a user