From bd1bc993c781619b4bf989023c881e2ac57b7019 Mon Sep 17 00:00:00 2001 From: KMY Date: Fri, 15 Sep 2023 18:53:16 +0900 Subject: [PATCH] Fix ohagi name mistake --- lib/mastodon/cli/ohagi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mastodon/cli/ohagi.rb b/lib/mastodon/cli/ohagi.rb index 28c6c41953..dd78dea22a 100644 --- a/lib/mastodon/cli/ohagi.rb +++ b/lib/mastodon/cli/ohagi.rb @@ -25,8 +25,8 @@ module Mastodon::CLI say('Let the WAR begin.', :red) end - desc 'kokuraan', 'Ohagi is kokuraan' - def kokuraan + desc 'oguraan', 'Ohagi is oguraan' + def oguraan say('I hate you.', :yellow) end end