Skip to content

Commit 734736d

Browse files
committed
Fix slim-lint issues
1 parent f9e1f31 commit 734736d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/views/settings/redmine_git_hosting/_gitolite_config_test.html.slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ fieldset.box.tabular
9292
br
9393
fieldset.box.tabular
9494
legend = l :label_path_directories
95-
pre == (ENV['PATH']).gsub(/:/, '<br/>')
95+
pre == ENV.fetch('PATH', nil).gsub(/:/, '<br/>')

0 commit comments

Comments
 (0)