lib/deploygate/commands/logout.rb in deploygate-0.1.0 vs lib/deploygate/commands/logout.rb in deploygate-0.1.1

- old
+ new

@@ -5,11 +5,10 @@ # @return [void] def run DeployGate::Session.delete - Message::Success.print('Logout success!') - Message::Success.print('Goodbye! :)') + puts HighLine.color(I18n.t('commands.logout.success'), HighLine::GREEN) end end end end end