Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Aug 13, 2024
1 parent 732d73d commit b25e1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-latest-java-tomcat.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
function extractArchive( format, src, dest ){
arguments.dest = getDirectoryFromPath(getCurrentTemplatePath()) & "tmp-installer/" & arguments.dest;
arguments.dest = getDirectoryFromPath( getCurrentTemplatePath() ) & arguments.dest;
var tmpDest = getTempDirectory() & "tmp-installer-" & createUUID() & "/";
if ( directoryExists( tmpDest ) )
directoryDelete( tmpDest );
Expand Down

0 comments on commit b25e1ba

Please sign in to comment.