diff options
author | Joas Schilling <coding@schilljs.com> | 2018-10-19 17:35:13 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-10-30 09:43:26 +0100 |
commit | 9645e545b3a1669e1044acc86b193e3c8ab335b1 (patch) | |
tree | fa597287f3fadb0498828b40884268c5909c825a /build/compile-handlebars-templates.sh | |
parent | 9f9923286545ce700d2f24328d2a73a20e20b4cc (diff) | |
download | nextcloud-server-9645e545b3a1669e1044acc86b193e3c8ab335b1.tar.gz nextcloud-server-9645e545b3a1669e1044acc86b193e3c8ab335b1.zip |
Fix JS namespace of files_external app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build/compile-handlebars-templates.sh')
-rwxr-xr-x | build/compile-handlebars-templates.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index 65ad4da12cf..b73b7d8f460 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -32,7 +32,7 @@ handlebars -n OCA.WorkflowEngine.Templates apps/workflowengine/js/templates -f a handlebars -n OCA.Sharing.Templates apps/files_sharing/js/templates -f apps/files_sharing/js/templates.js # Files external -handlebars -n OCA.External.Templates apps/files_external/js/templates -f apps/files_external/js/templates.js +handlebars -n OCA.Files_External.Templates apps/files_external/js/templates -f apps/files_external/js/templates.js if [[ $(git diff --name-only) ]]; then echo "Please submit your compiled handlebars templates" |