diff options
| author | David Larson | 2014-07-07 00:18:28 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-07-07 09:05:54 -0500 |
| commit | 998b8aa0795ac46e358c4d52c90fbd4b70d05c2f (patch) | |
| tree | a718bc5f3b0050ff157fc93ea671bbe15c91e9f3 /Library/Aliases/boot2docker-cli | |
| parent | 02d1815729904d9a8df8f34a37d9df83625c31c5 (diff) | |
| download | homebrew-998b8aa0795ac46e358c4d52c90fbd4b70d05c2f.tar.bz2 | |
Remove .rb from boot2docker-cli alias
``boot2docker-cli`` (an alias for ``boot2docker``) was named
``boot2docker-cli.rb``, while all other aliases are named without the
``.rb`` ending. This commit simply renames the alias to follow the
pre-existing alias-naming convention.
Closes #30703.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Aliases/boot2docker-cli')
| l--------- | Library/Aliases/boot2docker-cli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Aliases/boot2docker-cli b/Library/Aliases/boot2docker-cli new file mode 120000 index 000000000..63daa2867 --- /dev/null +++ b/Library/Aliases/boot2docker-cli @@ -0,0 +1 @@ +../Formula/boot2docker.rb
\ No newline at end of file |
