Skip to content

Commit

Permalink
godoc fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
  • Loading branch information
ahmetb committed Apr 24, 2020
1 parent 87742e1 commit 1ecef67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/krew/cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1ecef67

Please sign in to comment.