Remove olympus mention in doc comment (#812)

This commit is contained in:
Marwan Sulaiman
2018-10-24 07:50:13 -04:00
committed by marpio
parent a542115484
commit 24fb4b7399
+2 -1
View File
@@ -14,7 +14,8 @@ import (
"github.com/spf13/afero"
)
// UpstreamLister retrieves a list o available module versions from upstream i.e. VCS, Olympus
// UpstreamLister retrieves a list o available module versions from upstream
// i.e. VCS, and a Storage backend.
type UpstreamLister interface {
List(mod string) (*storage.RevInfo, []string, error)
}