diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-01-18 10:38:23 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-18 10:38:23 -0600 |
commit | 40c64e6a9c45ff571f302c75bfe64a73791e8b0e (patch) | |
tree | f78c8b419d51df5ce49dee11628ec4c89ae66cad /config/config.sample.php | |
parent | a3f835872f17f749ae8f623b73ac30c9c2fbdc97 (diff) | |
parent | 9df58081d6bb49fac9a4d866618a5a300155816e (diff) | |
download | nextcloud-server-40c64e6a9c45ff571f302c75bfe64a73791e8b0e.tar.gz nextcloud-server-40c64e6a9c45ff571f302c75bfe64a73791e8b0e.zip |
Merge pull request #3142 from senden9/patch-1
Fix style in comment
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index a9bb0067e5b..31604d1e5e5 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -538,7 +538,7 @@ $CONFIG = array( * * Supported values: * - ``daily`` - * - ``beta` + * - ``beta`` * - ``stable`` * - ``production`` */ |