summaryrefslogtreecommitdiffstats
path: root/issue_template.md
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-12-11 09:56:24 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2015-12-11 09:56:24 +0100
commit60071ef04050e7a11e9e691043193dc892c9d935 (patch)
treee4e84d930341ccb06dd32df9e5d55f08c3c1ffb9 /issue_template.md
parentab1ea5ccc4fc1d31e98a9fe930be35673fc0a0b3 (diff)
downloadnextcloud-server-60071ef04050e7a11e9e691043193dc892c9d935.tar.gz
nextcloud-server-60071ef04050e7a11e9e691043193dc892c9d935.zip
Fix the sample occ config call
Diffstat (limited to 'issue_template.md')
-rw-r--r--issue_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/issue_template.md b/issue_template.md
index 3859ea1c414..4932a402eaa 100644
--- a/issue_template.md
+++ b/issue_template.md
@@ -34,7 +34,7 @@ from within your ownCloud installation folder
```
If you have access to your command line run e.g.:
-sudo -u www-data php occ config:list system --public
+sudo -u www-data php occ config:list system
from within your ownCloud installation folder
or