Skip to content

Commit

Permalink
returned basic shell
Browse files Browse the repository at this point in the history
  • Loading branch information
7R41N33 committed Mar 28, 2022
1 parent 46893f7 commit 6ec500f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uffizzi/shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Uffizzi
module UI
class Shell
def initialize
@shell = Thor::Shell::Color.new
@shell = Thor::Shell::Basic.new
end

def say(message)
Expand Down

0 comments on commit 6ec500f

Please sign in to comment.