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
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-09-26 21:12:24 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-09-28 16:30:34 +0300
commit9e2bb5ef36b686ec619a069c65712f2d57c3a1cc (patch)
treeb912fa5df8344f0bdad80530502a1a42b9b7704b /build
parent17cdcfe4a819708ac7f344d7aca2220a63c40310 (diff)
Move oauth admin settings to initialstate
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/compile-handlebars-templates.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh
index 9aecc405a78..45fd4f57836 100755
--- a/build/compile-handlebars-templates.sh
+++ b/build/compile-handlebars-templates.sh
@@ -5,7 +5,7 @@ REPODIR=`git rev-parse --show-toplevel`
cd $REPODIR
# Settings
-handlebars -n OC.Settings.Templates settings/js/templates -f settings/js/templates.js
+handlebars -n OC.Settings.Templates apps/settings/js/templates -f apps/settings/js/templates.js
# Systemtags
handlebars -n OC.SystemTags.Templates core/js/systemtags/templates -f core/js/systemtags/templates.js