bugfix, fix command fixing leaving after remove 1 package
This commit is contained in:
		@@ -387,11 +387,12 @@ var removeCmd = &cobra.Command{
 | 
				
			|||||||
				}
 | 
									}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				fmt.Println("Sucessifully removed")
 | 
									fmt.Println("Sucessifully removed")
 | 
				
			||||||
 | 
									continue
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				os.Exit(0)
 | 
					 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			log.Fatalf("%s not installed", pkgName)
 | 
								log.Fatalf("%s not installed", pkgName)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							os.Exit(0)
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user