diff options
author | mail_redacted_for_web | 2019-02-26 15:26:47 -0800 |
---|---|---|
committer | mail_redacted_for_web | 2019-02-26 15:26:47 -0800 |
commit | 306107b98b4cbc923ec8e37e8bb8d111101ef5c0 (patch) | |
tree | d91c86f150654f17e68ad0e13a02d13d07cb2f6a /environment.conf | |
parent | 18aa0779aef7c2fd3d88dbcb699ecf4619326ff8 (diff) | |
parent | c74c84d243b8c754f4e4b0342d334c63eb64227d (diff) | |
download | control-repo-template-306107b98b4cbc923ec8e37e8bb8d111101ef5c0.tar.bz2 |
Merge pull request #71 from npwalker/rename_site_to_site-modules
Rename site directory to site-modules
Diffstat (limited to 'environment.conf')
-rw-r--r-- | environment.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.conf b/environment.conf index a986777..11e1003 100644 --- a/environment.conf +++ b/environment.conf @@ -1,2 +1,2 @@ -modulepath = site:modules:$basemodulepath +modulepath = site-modules:modules:$basemodulepath config_version = 'scripts/config_version.sh $environmentpath $environment' |