We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4882283 commit ab9ea11Copy full SHA for ab9ea11
script/publish
@@ -105,5 +105,5 @@ end
105
106
FileUtils.mkdir_p EBOOK_DIR
107
sha = `git rev-parse HEAD`[0..5]
108
-epub.save("#{EBOOK_DIR}/rgh-#{today}_#{sha}.epub")
+epub.save("#{EBOOK_DIR}/rhg-#{today}_#{sha}.epub")
109
FileUtils.rm_rf("#{TEMP_DIR}")
0 commit comments