diff options
| author | Charlie Sharpsteen | 2012-02-17 00:35:50 -0800 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-02-17 00:36:31 -0800 |
| commit | 39f4399d17686622c72c1e3a48525cd401221bb9 (patch) | |
| tree | 209cfa79c1000a47ad5a55dce6f41564028c16c6 /Library | |
| parent | b00f9572b4c5cf669648b8d62100e8865467cd39 (diff) | |
| download | homebrew-39f4399d17686622c72c1e3a48525cd401221bb9.tar.bz2 | |
Gpg2: Fix broken alias
Was pointing to a non-existant `gnupg2` file instead of `gnupg2.rb`.
Fixes #10261.
Diffstat (limited to 'Library')
| l--------- | Library/Aliases/gpg2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Aliases/gpg2 b/Library/Aliases/gpg2 index 5e3dd408b..85f59e172 120000 --- a/Library/Aliases/gpg2 +++ b/Library/Aliases/gpg2 @@ -1 +1 @@ -../Formula/gnupg2
\ No newline at end of file +../Formula/gnupg2.rb
\ No newline at end of file |
