aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/memcache-top.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/memcache-top.rb b/Library/Formula/memcache-top.rb
index ffbe3f209..914c52618 100644
--- a/Library/Formula/memcache-top.rb
+++ b/Library/Formula/memcache-top.rb
@@ -7,6 +7,6 @@ class MemcacheTop < Formula
sha1 'eaac357e13ac2a531c28081783fdcc3ddbe98ede'
def install
- bin.install 'memcache-top-v0.6' => 'memcache-top'
+ bin.install "memcache-top-v#{version}" => "memcache-top"
end
end