Skip to content

Commit

Permalink
hotfix for reverted typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinnamilee committed May 1, 2024
1 parent e2d0e52 commit 27df261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fairu/chan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27df261

Please sign in to comment.