Skip to content
Snippets Groups Projects
Commit 5a2eae5d authored by Eloy Duran's avatar Eloy Duran Committed by Max Howell
Browse files

Only show the first 8 characters of the commit hashes.

parent 1022c239
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ begin
unless updater.update_from_masterbrew!
puts "Already up-to-date."
else
puts "Updated Homebrew from #{old_revision} to #{updater.current_revision}."
puts "Updated Homebrew from #{old_revision[0,8]} to #{updater.current_revision[0,8]}."
if updater.pending_formulae_changes?
ohai "The following formulae were updated:"
puts_columns updater.updated_formulae
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment