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.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/speedtest_cli.rb b/Library/Formula/speedtest_cli.rb
index 6a3a3da6a..3d8587e37 100644
--- a/Library/Formula/speedtest_cli.rb
+++ b/Library/Formula/speedtest_cli.rb
@@ -6,6 +6,7 @@ class SpeedtestCli < Formula
sha1 'd4e48594aa9eb4ab5c00a93584c02af0371d3f79'
def install
- bin.install 'speedtest_cli.py' => 'speedtest_cli'
+ bin.install "speedtest_cli.py" => "speedtest-cli"
+ man1.install "speedtest-cli.1"
end
end