From 27df261e91650692333528b9fad96b30f7ba3eb1 Mon Sep 17 00:00:00 2001 From: justinnamilee Date: Wed, 1 May 2024 12:56:32 -0300 Subject: [PATCH] hotfix for reverted typo --- lib/fairu/chan.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fairu/chan.pm b/lib/fairu/chan.pm index a538c24..16c6986 100644 --- a/lib/fairu/chan.pm +++ b/lib/fairu/chan.pm @@ -143,7 +143,7 @@ sub uwu($) { if (($mode eq q[move] && move($ifile, $ofile)) || ($mode eq q[copy] && copy($ifile, $ofile))) { - fairu::notification::send(q[action], $f); + fairu::notification::send(q[event], $f); $count++ } else