We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc9c75 commit 028fc5eCopy full SHA for 028fc5e
bin/generate_docs.rb
@@ -12,7 +12,7 @@
12
exit
13
end
14
15
-CHECKOUT_PATH = ARGV.first || File.join(File.dirname(__FILE__), '../checkout')
+CHECKOUT_PATH = ARGV.first || Dir.home
16
17
unless Dir.exists?(CHECKOUT_PATH)
18
FileUtils.mkdir(CHECKOUT_PATH)
0 commit comments