Reporting error problem fix
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fc78a7f375
commit
95ae31fdfb
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user