Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarla Schroder <carla@owncloud.com>2016-04-26 17:29:36 +0300
committerCarla Schroder <carla@owncloud.com>2016-04-26 17:29:36 +0300
commit80a9a7d15f412d2bec01532d403d6684ded4b97c (patch)
tree6687c0986f3d734a0048d2572327bff7d856b138 /resources
parent887045b790ced3473f2c0e955abcdd2bc1944612 (diff)
correct typo in mimetypealiases.dist.json
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypealiases.dist.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json
index 6a47e3c9adf..2c508ec4fab 100644
--- a/resources/config/mimetypealiases.dist.json
+++ b/resources/config/mimetypealiases.dist.json
@@ -4,7 +4,7 @@
"_comment3": "Put any custom mappings in a new file mimetypealiases.json in the config/ folder of ownCloud",
"_comment4": "After any change to mimetypealiases.json run:",
- "_comment5": "./occ occ maintenance:mimetype:update-js",
+ "_comment5": "./occ maintenance:mimetype:update-js",
"_comment6": "Otherwise your update won't propagate through the system.",