Remove quotes around numeric config value

This commit is contained in:
Monocots 2019-08-12 12:18:11 +00:00
parent bae5ed99a5
commit 5853dadea3

View file

@ -4,7 +4,7 @@
# Configuration settings # Configuration settings
reload_on_call = 0 reload_on_call = 0
default_log_level = '<%= @default_log_level %>' default_log_level = '<%= @default_log_level %>'
lcls = '<%= @lcls %>' lcls = <%= @lcls %>
rhizomatica_dir = '<%= @rhizomatica_dir %>' rhizomatica_dir = '<%= @rhizomatica_dir %>'
sq_hlr_path = '<%= @sq_hlr_path %>' sq_hlr_path = '<%= @sq_hlr_path %>'