Reporting error problem fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Adam Štrauch 2021-10-31 20:39:50 +01:00
parent fc78a7f375
commit 95ae31fdfb
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ func (s *SnapshotProcessor) RestoreSnapshot(key string, newAppName string) error
return fmt.Errorf("creating destination path error: %v", err)
}
s.Driver.Get(key, tmpSnapshotArchivePath)
err = s.Driver.Get(key, tmpSnapshotArchivePath)
if err != nil {
return fmt.Errorf("getting the archive from S3 error: %v", err)
}