Skip to content

Commit 9fc0861

Browse files
KludgeKMLyndajas
andauthored
Update lib/tasks/redirect_semi_orphaned_html_publications.rake
Co-authored-by: Ynda Jas <[email protected]>
1 parent fb390fa commit 9fc0861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/redirect_semi_orphaned_html_publications.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414
def redirect_orphaned_document(document)
1515
parent_link = document.live.links.find_by(link_type: "parent")
1616
if parent_link.nil?
17-
puts("ERROR: Couldn't find parent link for #{document.documentcontent_id}")
17+
puts("ERROR: Couldn't find parent link for #{document.content_id}")
1818
return false
1919
end
2020

0 commit comments

Comments
 (0)