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:
parent
c704142590
commit
9c3a6a3f52
@ -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?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user