diff options
| author | Jack Nagel | 2012-06-15 17:50:01 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-06-15 17:50:47 -0500 |
| commit | 940ebb116586699105476ca5a5a6a4fa66f5655d (patch) | |
| tree | 7d84f772a1f870399ac8ff9cd48a53ce28edffd7 /Library/Formula/wp-cli.rb | |
| parent | 5727ce9242904011bb9efe594b033af0e737cb7c (diff) | |
| download | homebrew-940ebb116586699105476ca5a5a6a4fa66f5655d.tar.bz2 | |
Unify git submodule comments
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/wp-cli.rb')
| -rw-r--r-- | Library/Formula/wp-cli.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/wp-cli.rb b/Library/Formula/wp-cli.rb index 06a86feba..a211fd74c 100644 --- a/Library/Formula/wp-cli.rb +++ b/Library/Formula/wp-cli.rb @@ -2,6 +2,8 @@ require 'formula' class WpCli < Formula homepage 'https://github.com/andreascreten/wp-cli/' + + # Use the tag instead of the tarball to get submodules url 'https://github.com/andreascreten/wp-cli.git', :tag => 'v0.4.0' version '0.4.0' |
