Skip to content

Commit

Permalink
Fix lint issues in configure
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Jun 13, 2024
1 parent e748afe commit 2405993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
end

webui_config 'Configure Nginx WebUI' do
hosts node["redborder"]["webui"]["hosts"]
hosts node['redborder']['webui']['hosts']
cdomain node['redborder']['cdomain']
port node['redborder']['webui']['port']
if manager_services['webui'] && manager_services['nginx']
Expand Down

0 comments on commit 2405993

Please sign in to comment.