Skip to content

Commit

Permalink
Update download-latest-java-tomcat.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Aug 14, 2024
1 parent 921b1e5 commit 92c7896
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 @@ -67,7 +67,7 @@
var dir ="";
systemOutput( files.columnlist, true );
loop query="files"{
dir = mid(files.dir, find( "!", files.dir) + 1 );
dir = mid(files.directory, find( "!", files.directory) + 1 );
systemOutput( "#dir# #files.name# #files.size# #files.type# #files.mode#", true );
}
Expand Down

0 comments on commit 92c7896

Please sign in to comment.