aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/speedtest_cli.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-12 12:38:39 -0500
committerJack Nagel2014-06-12 12:39:07 -0500
commit4dbe98da890298b6a6d545ecf303e7f5ebda2e82 (patch)
treedac23982218873b60c0b692c5382761e60c9c622 /Library/Formula/speedtest_cli.rb
parent181e8bdfd539ba430404e2d3f458899d03568981 (diff)
downloadhomebrew-4dbe98da890298b6a6d545ecf303e7f5ebda2e82.tar.bz2
speedtest-cli: add compatibility symlink
Diffstat (limited to 'Library/Formula/speedtest_cli.rb')
-rw-r--r--Library/Formula/speedtest_cli.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/speedtest_cli.rb b/Library/Formula/speedtest_cli.rb
index 3d8587e37..b77057dc5 100644
--- a/Library/Formula/speedtest_cli.rb
+++ b/Library/Formula/speedtest_cli.rb
@@ -7,6 +7,8 @@ class SpeedtestCli < Formula
def install
bin.install "speedtest_cli.py" => "speedtest-cli"
+ # Previous versions of the formula used "speedtest_cli"
+ bin.install_symlink "speedtest-cli" => "speedtest_cli"
man1.install "speedtest-cli.1"
end
end