forked from toolshed/abra
		
	fix: only output if volumes selected for removal
This commit is contained in:
		@ -141,7 +141,9 @@ var appRemoveCommand = &cli.Command{
 | 
			
		||||
				logrus.Info("no volumes were removed")
 | 
			
		||||
			}
 | 
			
		||||
		} else {
 | 
			
		||||
			logrus.Info("no volumes to remove")
 | 
			
		||||
			if Volumes {
 | 
			
		||||
				logrus.Info("no volumes to remove")
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		err = os.Remove(app.Path)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user