Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Commit

Permalink
correct issue with root_url for awscli bottle
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Beck committed Aug 17, 2018
1 parent b8cce4d commit e40958a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/awscli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Awscli < Formula
head "https://github.com/aws/aws-cli.git", :branch => "develop"

bottle do
root_url "https://github.com/ajb3ck/homebrew-616a-tap/releases/download/v0.2.0/"
root_url "https://github.com/ajb3ck/homebrew-616a-tap/releases/download/v0.2.0"
cellar :any
rebuild 1
sha256 "9f9e303735fbb2bec01fb5960a41bde0bfa230d6e190a3d411e12f1cca3f21b9" => :high_sierra
Expand Down

0 comments on commit e40958a

Please sign in to comment.