aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index e2f5bd961..95ac55eec 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -1495,7 +1495,7 @@ class Formula
# If the cellar only has one version installed, don't complain
# that we can't tell which one to keep. Don't complain at all if the
# only installed version is a pinned formula.
- opoo "Skipping #{full_name}: most recent version #{f.pkg_version} not installed"
+ opoo "Skipping #{full_name}: most recent version #{pkg_version} not installed"
end
eligible_for_cleanup
end