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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)