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

Commit

Permalink
Fixes navigation titles on project pages (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn authored and PhotoNomad0 committed Oct 12, 2017
1 parent e041d8c commit 1dd2973
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 1dd2973

Please sign in to comment.