Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 3784d6d

Browse files
committed
lol method name changed
1 parent d0961b6 commit 3784d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/enterprise.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77

88
# we need to point links not to the root, but to the enterprise version root
99
# for assets and links
10-
def rewrite(path)
10+
def rewrite_content(path)
1111
Dir.glob("#{path}/**/*.html") do |html_file|
1212
doc = Nokogiri::HTML(File.read(html_file))
1313

0 commit comments

Comments
 (0)