Extension was accidentally changed.

Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/b672ffc9
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/b672ffc9
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/b672ffc9

Branch: refs/heads/master
Commit: b672ffc978367fea1f7882f9ee95d15c289f5470
Parents: 4f89ad9
Author: niclas <[email protected]>
Authored: Sun Jul 16 09:32:13 2017 +0800
Committer: niclas <[email protected]>
Committed: Sun Jul 16 09:32:13 2017 +0800

----------------------------------------------------------------------
 tools/generator-polygene/app/templates/RestAPIApplication/app.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b672ffc9/tools/generator-polygene/app/templates/RestAPIApplication/app.js
----------------------------------------------------------------------
diff --git a/tools/generator-polygene/app/templates/RestAPIApplication/app.js 
b/tools/generator-polygene/app/templates/RestAPIApplication/app.js
index 106bb2d..9b6125b 100644
--- a/tools/generator-polygene/app/templates/RestAPIApplication/app.js
+++ b/tools/generator-polygene/app/templates/RestAPIApplication/app.js
@@ -52,11 +52,11 @@ module.exports = {
 
         p.copyTemplate(p.ctx,
             'RestAPIApplication/customUnixStartScript.txt.tmpl',
-            'app/src/scripts/customUnixStartScript.txt.tmpl');
+            'app/src/scripts/customUnixStartScript.txt');
 
         p.copyTemplate(p.ctx,
             'RestAPIApplication/customWindowsStartScript.txt.tmpl',
-            'app/src/scripts/customWindowsStartScript.txt.tmpl');
+            'app/src/scripts/customWindowsStartScript.txt');
     }
 };
 

Reply via email to