Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nellfs committed Oct 19, 2024
1 parent 682c7ed commit a42e0fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/pkgManagers.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,6 @@ func newPkgManager(cmd *cobra.Command, args []string) error {
*cmd, _ = reader.ReadString('\n')
*cmd = strings.ReplaceAll(*cmd, "\n", "")
if *cmd == "" {
if cmdName == PkgManagerCmdPurge || cmdName == PkgManagerCmdAutoRemove {
fmt.Println("substituindo com ", remove)
*cmd = remove
continue
}
cmdr.Error.Printf(apx.Trans("pkgmanagers.new.error.emptyCommand"), cmdName)
return nil
}
Expand Down

0 comments on commit a42e0fa

Please sign in to comment.