Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Terrasa <583144+Morriar@users.noreply.github.com>
  • Loading branch information
RyanBrushett and Morriar committed May 18, 2021
1 parent 378a8e5 commit e46eafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tapioca/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,9 @@ def perform_dsl_verification(dir)
if diff.empty?
say("Nothing to do, all RBIs are up-to-date.")
else
say("RBI files are out-of-date. In your development environment, please run:", [:green, :bold])
say("RBI files are out-of-date. In your development environment, please run:", :green)
say(" `#{Config::DEFAULT_COMMAND} dsl`", [:green, :bold])
say("Once it is complete, be sure to commit and push any changes", [:green, :bold])
say("Once it is complete, be sure to commit and push any changes", :green)

say("")

Expand Down

0 comments on commit e46eafc

Please sign in to comment.