lib/spoom/cli/srb/bump.rb in spoom-1.4.2 vs lib/spoom/cli/srb/bump.rb in spoom-1.5.0
- old
+ new
@@ -184,10 +184,10 @@
say(" + #{file_path}")
end
if dry && command
say("\nRun `#{command}` to bump #{files_count > 1 ? "them" : "it"}")
elsif dry
- say("\nRun `spoom bump --from #{from} --to #{to}` locally then `commit the changes` and `push them`")
+ say("\nRun `spoom srb 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)