Skip to content

Commit fa34e4f

Browse files
heldbrendelvladak
authored andcommitted
Fix check if url root is 'source'
1 parent b91f017 commit fa34e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def main():
488488
# Note that deploy is done before Tomcat is started.
489489
deploy(logger, url_root)
490490

491-
if url_root != '/source':
491+
if url_root != 'source':
492492
setup_redirect_source(logger, url_root)
493493

494494
env = {}

0 commit comments

Comments
 (0)