summaryrefslogtreecommitdiff
path: root/buildstream/_site.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-15 17:42:17 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-15 17:42:17 +0900
commit3acb123be6128e07f3ba8d005e3a1a1f24099098 (patch)
tree180f74a1d2e2192d9e0d4f8ba351d8aca6ecdac1 /buildstream/_site.py
parentcfabb4e86268e1d02a1a9c06592b93c945b080af (diff)
downloadbuildstream-3acb123be6128e07f3ba8d005e3a1a1f24099098.tar.gz
Moved default.yaml -> defaultconfig.yaml
This is a more descriptive name, it's the defaults for user configurations.
Diffstat (limited to 'buildstream/_site.py')
-rw-r--r--buildstream/_site.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_site.py b/buildstream/_site.py
index 7385aab9d..897c69d81 100644
--- a/buildstream/_site.py
+++ b/buildstream/_site.py
@@ -35,4 +35,4 @@ _site_info['element_plugins'] = os.path.join (_site_info['root'], 'plugins', 'e
_site_info['source_plugins'] = os.path.join (_site_info['root'], 'plugins', 'sources')
# Default user configuration
-_site_info['default_config'] = os.path.join (_site_info['root'], 'data', 'default.yaml')
+_site_info['default_config'] = os.path.join (_site_info['root'], 'data', 'defaultconfig.yaml')