Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Fix - Issue #756 - Navigation for ULB showing incorrect book names
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Sep 29, 2017
1 parent 1198124 commit 75ecf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/door43_tools/project_deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def deploy_revision_to_door43(self, build_log_key):

else:
# merge multi-part project
App.door43_s3_handler().download_dir(download_key + '/', source_dir) # get previous templated files
App.cdn_s3_handler().download_dir(download_key + '/', source_dir) # get previous templated files
source_dir = os.path.join(source_dir, download_key)
files = sorted(glob(os.path.join(source_dir, '*.*')))
for f in files:
Expand Down

0 comments on commit 75ecf45

Please sign in to comment.