Skip to content

Commit a2c0513

Browse files
author
Björn Thoor
committed
fix: removed .any?
1 parent 9fc4c16 commit a2c0513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/zabbix_server.conf.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ LoadModulePath=<%= @loadmodulepath %>
962962
# Mandatory: no
963963
# Default:
964964
# SMSDevices=
965-
<% if @smsdevices.any? -%>
965+
<% if @smsdevices -%>
966966
SMSDevices=<%= @smsdevices %><% end -%>
967967
<% end -%>
968968

0 commit comments

Comments
 (0)