Skip to content

Commit 8eee612

Browse files
fix: puts, not print
Co-authored-by: Simon Legner <Simon.Legner@gmail.com>
1 parent 32c9460 commit 8eee612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tasks/docs.thor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class DocsCLI < Thor
202202

203203
docs.each do |doc|
204204
filename = "#{doc.path}.tar.gz"
205-
print "[S3 bundle] Uploading #{filename}..."
205+
puts "[S3 bundle] Uploading #{filename}..."
206206
cmd = "aws s3 cp #{File.join(Docs.store_path, filename)} s3://devdocs-downloads/#{filename} --profile devdocs"
207207
cmd << ' --dryrun' if options[:dryrun]
208208
system(cmd)

0 commit comments

Comments
 (0)