tap: taps don't need to be Git repositories.

For example e.g. Boxen uses just a managed directory and puts formulae
into it.
This commit is contained in:
Mike McQuaid 2015-06-11 21:54:00 +01:00
parent c704142590
commit 9c3a6a3f52

View File

@ -42,7 +42,7 @@ class Tap
end end
def installed? def installed?
(@path/".git").directory? @path.directory?
end end
def custom_remote? def custom_remote?