mirror of
https://github.com/discourse/discourse.git
synced 2025-04-16 18:20:14 +08:00
Revert "DEV: correct typo in param name"
This reverts commit dae5b3d673e46c1d4192cef0a9f7b074825f9827. 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…
x
Reference in New Issue
Block a user