aboutsummaryrefslogtreecommitdiffstats
path: root/build/compile-handlebars-templates.sh
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-05-10 13:15:49 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-05-10 13:15:49 +0200
commit3ec5ee47fa3f3bdb96b642acc3f039f230f45164 (patch)
tree3f0e0fa1d67e18ae0136ef6ad7617bc76ffa79e4 /build/compile-handlebars-templates.sh
parente5fefd1338b9cf493ac9be7f4b00f27e14b73d04 (diff)
downloadnextcloud-server-3ec5ee47fa3f3bdb96b642acc3f039f230f45164.tar.gz
nextcloud-server-3ec5ee47fa3f3bdb96b642acc3f039f230f45164.zip
adjust paths to template location
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build/compile-handlebars-templates.sh')
-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 6bb6052e51f..f1356f8f41e 100755
--- a/build/compile-handlebars-templates.sh
+++ b/build/compile-handlebars-templates.sh
@@ -17,7 +17,7 @@ handlebars -n OC.Share.Templates core/js/share -f core/js/sharetemplates.js
handlebars -n OCA.Files.Templates apps/files/js/templates -f apps/files/js/templates.js
# Workflowengine
-handlebars -n OCA.WorkflowEngine.Templates apps/workflowengine/js/templates -f apps/workflowengine/js/templates.js
+handlebars -n OCA.WorkflowEngine.Templates apps/workflowengine/src/templates -f apps/workflowengine/src/templates.js
# Sharing
handlebars -n OCA.Sharing.Templates apps/files_sharing/js/templates -f apps/files_sharing/js/templates.js