Skip to content

Commit

Permalink
Remove deprecated warning when using -yc together (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdholtz authored Jan 24, 2024
1 parent b81d34d commit 8d773aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ func main() {
if err = handleCmd(ctx, run, cmdArgs, dbExecutor); err != nil {
if str := err.Error(); str != "" {
fallbackLog.Errorln(str)
if cmdArgs.ExistsArg("c") && cmdArgs.ExistsArg("y") && cmdArgs.Op == "S" {
// Remove after 2023-10-01
fallbackLog.Errorln("Did you mean 'yay -Yc'?")
}
}

exitError := &exec.ExitError{}
Expand Down

0 comments on commit 8d773aa

Please sign in to comment.