From 1ecef677d6c017ec4d14c79afb4c750da3796adf Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Thu, 23 Apr 2020 09:47:00 -0700 Subject: [PATCH] godoc fix Signed-off-by: Ahmet Alp Balkan --- cmd/krew/cmd/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/krew/cmd/update.go b/cmd/krew/cmd/update.go index 09ad6dbd..50fbbd60 100644 --- a/cmd/krew/cmd/update.go +++ b/cmd/krew/cmd/update.go @@ -148,7 +148,7 @@ func ensureDefaultIndexIfNoneExist() error { "failed to add default plugin index in absence of no indexes") } -// ensureDefaultIndexIfNoneExist iterates over all indexes and updates them +// ensureIndexesUpdated iterates over all indexes and updates them // and prints new plugins and upgrades available for installed plugins. func ensureIndexesUpdated() error { indexes, err := indexoperations.ListIndexes(paths)