Fix ohagi name mistake

This commit is contained in:
KMY 2023-09-15 18:53:16 +09:00
parent ed3bb8a751
commit bd1bc993c7

View file

@ -25,8 +25,8 @@ module Mastodon::CLI
say('Let the WAR begin.', :red) say('Let the WAR begin.', :red)
end end
desc 'kokuraan', 'Ohagi is kokuraan' desc 'oguraan', 'Ohagi is oguraan'
def kokuraan def oguraan
say('I hate you.', :yellow) say('I hate you.', :yellow)
end end
end end