From 1447e8d6f23c64ed79cd3ded8ebe29346ba70d90 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 9 Mar 2018 16:51:51 -0500 Subject: remove .toml extension - .sdl option removed, no need to distinguish --- src/sdp/output/paths_source.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sdp/output/paths_source.d') diff --git a/src/sdp/output/paths_source.d b/src/sdp/output/paths_source.d index 1be04d2..59cb618 100644 --- a/src/sdp/output/paths_source.d +++ b/src/sdp/output/paths_source.d @@ -312,10 +312,10 @@ template ConfigFilePaths() { ) { struct ConfFilePaths { auto config_filename_document_toml() { - return "sisu_document_make.toml"; + return "sisu_document_make"; } auto config_filename_site_toml() { - return "config_local_site.toml"; + return "config_local_site"; } auto possible_config_path_locations() { struct _ConfFilePaths { -- cgit v1.2.3