Skip to content

Commit

Permalink
default to sample webroot
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Nov 29, 2024
1 parent a7efcfb commit ee17e52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-run-cfml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
systemOutput( e.message, true ); // may exist from previous execution
}
if ( len( webroot ) eq 0 )
webroot = getDirectoryFromPath(getCurrentTemplatePath()) & "sample" );
admin
action="updateMapping"
Expand Down

0 comments on commit ee17e52

Please sign in to comment.