FIX: correct cdn path (#11324)

This was a typo in a118ec13
This commit is contained in:
Sam
2020-11-23 13:03:49 +11:00
committed by GitHub
parent a118ec13bc
commit c540bf5e2b

View File

@ -82,7 +82,7 @@ def global_path_klass
end
def cdn_path(p)
global_path_klass.cdn_relative_path(p)
global_path_klass.cdn_path(p)
end
def cdn_relative_path(p)