Skip to content

Commit 1224679

Browse files
committed
oops. cname goes here
1 parent a9f65dc commit 1224679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/publish.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
task :publish do
2-
File.open("output/CNAME", 'w+') do |f|
2+
File.open("output/book/CNAME", 'w+') do |f|
33
f.puts("book.git-scm.com")
44
end
55

0 commit comments

Comments
 (0)