Skip to content

Commit

Permalink
Don't upcase env names in Launchd
Browse files Browse the repository at this point in the history
  • Loading branch information
amasses authored Oct 16, 2017
1 parent 6060a5c commit 0e35452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/export/launchd/launchd.plist.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>EnvironmentVariables</key>
<dict>
<%- engine.env.merge("PORT" => port).each_pair do |var,env| -%>
<key><%= var.upcase %></key>
<key><%= var %></key>
<string><%= env %></string>
<%- end -%>
</dict>
Expand Down

0 comments on commit 0e35452

Please sign in to comment.