summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Douma <rullzer@users.noreply.github.com>2016-04-26 07:36:04 +0200
committerRoeland Douma <rullzer@users.noreply.github.com>2016-04-26 07:36:04 +0200
commit41d435227ea721ef46f2b927fb14c7ef9503cdda (patch)
tree2f419b5395e8734d22bccb7032e6116e6b279c8d
parentd8f327831e6f64658c50131c2e7344ee6fa0e86a (diff)
parent7dbba520f0bd111ce00ac1352e4ff29cc2d99292 (diff)
downloadnextcloud-server-41d435227ea721ef46f2b927fb14c7ef9503cdda.tar.gz
nextcloud-server-41d435227ea721ef46f2b927fb14c7ef9503cdda.zip
Merge pull request #24266 from owncloud/mimetypealiases
correct occ command for mimetypealiases
-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 545d4b0c399..6a47e3c9adf 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 maintenance:mimetypesjs",
+ "_comment5": "./occ occ maintenance:mimetype:update-js",
"_comment6": "Otherwise your update won't propagate through the system.",