Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Mar 30, 2018
1 parent ff8f701 commit 63b8468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/get_all_the_diffs
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ puts '==========================================================================
puts "We need to add the following modules to plumbing: #{missing_in_plumbing.join(', ')}" if missing_in_plumbing.count > 0
puts "We need to do an initial modulesync on: #{really_need_an_initial_modulesync.join(', ')}" if really_need_an_initial_modulesync.count > 0
puts "we need to do a normal modulesync on: #{need_another_sync.join(', ')}"
puts "Afterwars we really need to release: #{really_need_an_inital_release.join(', ')}"
puts "Afterwards we really need to release: #{really_need_an_inital_release.join(', ')}"
puts '=============================================================================================================================================================='

0 comments on commit 63b8468

Please sign in to comment.