Revert "DEV: correct typo in param name"
This reverts commit dae5b3d673
.
Something is not right about my fix reverting
This commit is contained in:
parent
dae5b3d673
commit
0054ccc522
|
@ -575,7 +575,7 @@ class Plugin::Instance
|
|||
if File.exists?(js_file_path)
|
||||
current_contents = File.read(js_file_path)
|
||||
if current_contents != contents
|
||||
File.write(js_file_path, contents)
|
||||
File.write(js_file_path, conten)
|
||||
end
|
||||
else
|
||||
write_asset(js_file_path, contents)
|
||||
|
|
Loading…
Reference in New Issue