Skip to content

Commit 028fc5e

Browse files
author
localhostdotdev
committed
defaults to dir home for backward compatibility
1 parent 9fc9c75 commit 028fc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/generate_docs.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
exit
1313
end
1414

15-
CHECKOUT_PATH = ARGV.first || File.join(File.dirname(__FILE__), '../checkout')
15+
CHECKOUT_PATH = ARGV.first || Dir.home
1616

1717
unless Dir.exists?(CHECKOUT_PATH)
1818
FileUtils.mkdir(CHECKOUT_PATH)

0 commit comments

Comments
 (0)