Skip to content
Snippets Groups Projects
Commit 9c3a6a3f authored by Mike McQuaid's avatar Mike McQuaid
Browse files

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

For example e.g. Boxen uses just a managed directory and puts formulae
into it.
parent c7041425
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class Tap
end
def installed?
(@path/".git").directory?
@path.directory?
end
def custom_remote?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment