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)
end
desc 'kokuraan', 'Ohagi is kokuraan'
def kokuraan
desc 'oguraan', 'Ohagi is oguraan'
def oguraan
say('I hate you.', :yellow)
end
end