Skip to content

Commit

Permalink
[snapshot] fix regression introduced in 2.218.0 caused by extraneous …
Browse files Browse the repository at this point in the history
…method argument in snapshot setup (#21832)
  • Loading branch information
lacostej committed Jan 25, 2024
1 parent 7bf2642 commit 14037c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot/lib/snapshot/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def self.create(path, is_swift_fastfile: false, print_instructions_on_failure: f
puts("✅ Successfully created #{snapshot_helper_filename} '#{File.join(path, snapshot_helper_filename)}'".green)
puts("✅ Successfully created new Snapfile at '#{snapfile_path}'".green)
puts("-------------------------------------------------------".yellow)
print_instructions(snapshot_helper_filename: snapshot_helper_filename, snapfile_path: snapfile_path)
print_instructions(snapshot_helper_filename: snapshot_helper_filename)
end

def self.print_instructions(snapshot_helper_filename: nil)
Expand Down

0 comments on commit 14037c6

Please sign in to comment.