diff options
Diffstat (limited to 'Library/Formula/awscli.rb')
| -rw-r--r-- | Library/Formula/awscli.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/awscli.rb b/Library/Formula/awscli.rb index ac38a1259..d65a8b277 100644 --- a/Library/Formula/awscli.rb +++ b/Library/Formula/awscli.rb @@ -13,18 +13,18 @@ class Awscli < Formula end head do - url "https://github.com/aws/aws-cli.git", :branch => :develop + url "https://github.com/aws/aws-cli.git", :branch => "develop" resource "botocore" do - url "https://github.com/boto/botocore.git", :branch => :develop + url "https://github.com/boto/botocore.git", :branch => "develop" end resource "bcdoc" do - url "https://github.com/boto/bcdoc.git", :branch => :develop + url "https://github.com/boto/bcdoc.git", :branch => "develop" end resource "jmespath" do - url "https://github.com/boto/jmespath.git", :branch => :develop + url "https://github.com/boto/jmespath.git", :branch => "develop" end end |
