mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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)
|
if File.exists?(js_file_path)
|
||||||
current_contents = File.read(js_file_path)
|
current_contents = File.read(js_file_path)
|
||||||
if current_contents != contents
|
if current_contents != contents
|
||||||
File.write(js_file_path, contents)
|
File.write(js_file_path, conten)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
write_asset(js_file_path, contents)
|
write_asset(js_file_path, contents)
|
||||||
|
Loading…
Reference in New Issue
Block a user