Skip to content

Commit

Permalink
certbot: remove letsencrypt symlink
Browse files Browse the repository at this point in the history
I put this there 2016-05-13. If you haven't updated your scripts
in nearly 15 months you probably ain't going to at this point.
  • Loading branch information
DomT4 authored and fxcoudert committed Aug 9, 2017
1 parent 4ddcb30 commit 47d0f94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Formula/certbot.rb
Expand Up @@ -162,11 +162,7 @@ def install
%w[acme certbot-apache certbot-nginx].each do |r|
venv.pip_install buildpath/r
end

pkgshare.install "examples"
# Keep the old name around temporarily for compatibility
# so that people's scripts don't suddenly bork.
bin.install_symlink bin/"certbot" => "letsencrypt"
end

test do
Expand Down

0 comments on commit 47d0f94

Please sign in to comment.