Forward clan name for vm test compatibility
This commit is contained in:
@@ -87,8 +87,9 @@ let
|
|||||||
# Settings
|
# Settings
|
||||||
clan.core.clanDir = directory;
|
clan.core.clanDir = directory;
|
||||||
# Inherited from clan wide settings
|
# Inherited from clan wide settings
|
||||||
# clan.core.clanName = meta.name or clanName;
|
# TODO: remove these
|
||||||
# clan.core.clanIcon = meta.icon or clanIcon;
|
clan.core.clanName = config.inventory.meta.name;
|
||||||
|
clan.core.clanIcon = config.inventory.meta.icon;
|
||||||
|
|
||||||
# Machine specific settings
|
# Machine specific settings
|
||||||
clan.core.machineName = name;
|
clan.core.machineName = name;
|
||||||
|
|||||||
Reference in New Issue
Block a user