mirror of
https://github.com/sbrow/envr.git
synced 2025-12-29 15:47:38 -05:00
fix(check): fd now correctly gets marked as found.
This commit is contained in:
@@ -13,7 +13,7 @@ const (
|
||||
// fd
|
||||
Fd AvailableFeatures = 2
|
||||
// All features are present
|
||||
All AvailableFeatures = Git & Fd
|
||||
All AvailableFeatures = Git | Fd
|
||||
)
|
||||
|
||||
// Checks for available features.
|
||||
|
||||
Reference in New Issue
Block a user