diff --git a/Amethyst/Preferences/UserConfiguration.swift b/Amethyst/Preferences/UserConfiguration.swift index 4d40a113..d8eb0d5c 100644 --- a/Amethyst/Preferences/UserConfiguration.swift +++ b/Amethyst/Preferences/UserConfiguration.swift @@ -350,7 +350,7 @@ class UserConfiguration: NSObject { alert.runModal() } } else if FileManager.default.fileExists(atPath: amethystXDGConfigPath, isDirectory: &isDirectory) { - configurationYAML = yamlForConfig(at: isDirectory.boolValue ? amethystXDGConfigPath.appending("/amethyst") : amethystXDGConfigPath) + configurationYAML = yamlForConfig(at: isDirectory.boolValue ? amethystXDGConfigPath.appending("/amethyst.yml") : amethystXDGConfigPath) if configurationYAML == nil { log.error("error loading configuration as yaml")