Skip to content

Commit

Permalink
Remove extra quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
wmoore28 committed Apr 24, 2020
1 parent 6f123c3 commit a6dce6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/zed.rc.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ZED_PUSHBULLET_CHANNEL_TAG="<%= @pushbullet_channel_tag %>"
ZED_RUNDIR="<%= @run_dir %>"
<% end -%>
<% unless @use_enclosure_leds.nil? -%>
ZED_USE_ENCLOSURE_LEDS="<%= @use_enclosure_leds ? 1 : 0 %>"
ZED_USE_ENCLOSURE_LEDS=<%= @use_enclosure_leds ? 1 : 0 %>
<% end -%>
<% if @spare_on_checksum_errors -%>
ZED_SPARE_ON_CHECKSUM_ERRORS=<%= @spare_on_checksum_errors %>
Expand Down

0 comments on commit a6dce6b

Please sign in to comment.