lib/spoom/cli/bump.rb in spoom-1.1.1 vs lib/spoom/cli/bump.rb in spoom-1.1.2

- old
+ new

@@ -131,10 +131,10 @@ say(" + #{file_path}") end if dry && command say("\nRun `#{command}` to bump them") elsif dry - say("\nRun `spoom bump --from #{from} --to #{to}` to bump them") + say("\nRun `spoom bump --from #{from} --to #{to}` locally then `commit the changes` and `push them`") end end def undo_changes(files, from_strictness) Sorbet::Sigils.change_sigil_in_files(files, from_strictness)