Remove quotes around numeric config value
This commit is contained in:
parent
bae5ed99a5
commit
5853dadea3
1 changed files with 1 additions and 1 deletions
|
@ -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 %>'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue