refactor: apps -> recipes
This commit is contained in:
@ -71,9 +71,9 @@ convenient command-line experience. See "abra autocomplete -h" for more.
|
||||
|
||||
paths := []string{
|
||||
config.ABRA_DIR,
|
||||
path.Join(config.ABRA_DIR, "servers"),
|
||||
path.Join(config.ABRA_DIR, "apps"),
|
||||
path.Join(config.ABRA_DIR, "vendor"),
|
||||
path.Join(config.SERVERS_DIR),
|
||||
path.Join(config.RECIPES_DIR),
|
||||
path.Join(config.VENDOR_DIR),
|
||||
}
|
||||
|
||||
for _, path := range paths {
|
||||
|
Reference in New Issue
Block a user