diff options
| author | Adam Vandenberg | 2013-01-27 18:44:43 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:57 -0800 |
| commit | 3fdb7fda1ab9557f2209a1e82aad9f9ca2f881e6 (patch) | |
| tree | ba9a47ccaf8a96af74318fbe29fb6a1ffc842825 /Library/Formula | |
| parent | b9079b083705bb1e55f57bababd8150cae8ef701 (diff) | |
| download | homebrew-3fdb7fda1ab9557f2209a1e82aad9f9ca2f881e6.tar.bz2 | |
git-ssh: style nits
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git-ssh.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-ssh.rb b/Library/Formula/git-ssh.rb index 7ec091331..c48727456 100644 --- a/Library/Formula/git-ssh.rb +++ b/Library/Formula/git-ssh.rb @@ -1,9 +1,9 @@ require 'formula' class GitSsh < Formula + homepage 'https://github.com/lemarsu/git-ssh' url 'https://github.com/lemarsu/git-ssh/tarball/v0.2.0' sha1 '147d18d5a310f8cb0530155402cbd8ac66e7fa97' - homepage 'https://github.com/lemarsu/git-ssh' def install # Change loading of required code from libexec location (Cellar only) |
