aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/speedtest_cli.rb
diff options
context:
space:
mode:
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