Skip to content

Commit

Permalink
Fixes ringo-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed Oct 11, 2016
1 parent 0ffad94 commit 1210e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/admin/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function fixAppEngineDirs(dest) {
function copyJars(home, dest, symlink) {
var jars = [
"ringo-core.jar",
"ivy/rhino-1.7.7.jar"
"ivy/rhino-1.7.7.1.jar"
];
var libsrc = join(home, "lib");
var libdest = join(dest, "WEB-INF", "lib");
Expand Down

0 comments on commit 1210e5c

Please sign in to comment.