Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public static void main(final String[] original_args) throws Exception {
if (siteSettings.canRead())
{
logger.info("Loading bundled settings from " + siteSettings.getAbsolutePath());
loadSettings(siteSettings.getName());
loadSettings(siteSettings.getAbsolutePath());
}

// Handle arguments, potentially not even starting the UI
Expand Down
Loading