Stack overflow fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Adam Štrauch 2021-11-04 00:09:42 +01:00
parent 3120a8c6ee
commit c5667f99b8
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ func (s *SnapshotProcessor) GetSnapshot(key string) (Snapshot, error) {
// GetDownloadLink returns an URL for given snapshot
func (s *SnapshotProcessor) GetDownloadLink(key string) (string, error) {
link, err := s.GetDownloadLink(key)
link, err := s.Driver.GetDownloadLink(key)
if err != nil {
return link, err
}