diff options
| author | Jack Nagel | 2013-08-12 18:53:38 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-08-12 19:29:27 -0500 | 
| commit | 3db1c8b54e18b07ccd80ae59beb286ffa61f8996 (patch) | |
| tree | 7f46b4d8c58f21907eba55d2629e3f0ed61be5e3 /Library/Formula/memcache-top.rb | |
| parent | e5ee81f9a25922ee15208dead36c8a2d87d9865c (diff) | |
| download | homebrew-3db1c8b54e18b07ccd80ae59beb286ffa61f8996.tar.bz2 | |
memcache-top: interpolate version
Diffstat (limited to 'Library/Formula/memcache-top.rb')
| -rw-r--r-- | Library/Formula/memcache-top.rb | 2 | 
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 | 
