mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
fix: update comments
This commit is contained in:
parent
60722327ee
commit
23b84c109e
1 changed files with 1 additions and 2 deletions
|
@ -197,8 +197,7 @@ class DocsCLI < Thor
|
|||
end
|
||||
puts '[S3] Done syncing.'
|
||||
|
||||
# Upload packages to dl.devdocs.io (used by the "thor docs:download" command)
|
||||
# TODO(MIGRATION): replace this with an S3 bucket upload.
|
||||
# Upload packages to downloads.devdocs.io (used by the "thor docs:download" command)
|
||||
puts '[S3 bundle] Begin uploading.'
|
||||
|
||||
docs.each do |doc|
|
||||
|
|
Loading…
Reference in a new issue