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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -148,7 +148,7 @@ func (s *SnapshotProcessor) RestoreSnapshot(key string, newAppName string) error
 | 
				
			||||||
		return fmt.Errorf("creating destination path error: %v", err)
 | 
							return fmt.Errorf("creating destination path error: %v", err)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	s.Driver.Get(key, tmpSnapshotArchivePath)
 | 
						err = s.Driver.Get(key, tmpSnapshotArchivePath)
 | 
				
			||||||
	if err != nil {
 | 
						if err != nil {
 | 
				
			||||||
		return fmt.Errorf("getting the archive from S3 error: %v", err)
 | 
							return fmt.Errorf("getting the archive from S3 error: %v", err)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue