mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix a typo
This commit is contained in:
parent
f21743b5bc
commit
60d60b0541
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module Kindle
|
|||
|
||||
generate_document_metadata(mobi_outfile)
|
||||
|
||||
puts "Creating MOBI document with kindlegen. This make take a while."
|
||||
puts "Creating MOBI document with kindlegen. This may take a while."
|
||||
cmd = "kindlerb . > #{File.absolute_path logfile} 2>&1"
|
||||
puts cmd
|
||||
system(cmd)
|
||||
|
|
Loading…
Reference in a new issue