Skip to content

Commit

Permalink
fixing an errant "primary", replacing with broker
Browse files Browse the repository at this point in the history
  • Loading branch information
justone committed Jun 21, 2019
1 parent 6d963bd commit 49efc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx.go
Expand Up @@ -182,7 +182,7 @@ func generateLaunchConfig(launchData interface{}) string {
<dict>
<key>PATH</key>
<string>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin</string>
<key>PMB_PRIMARY_URI</key>
<key>PMB_BROKER_URI</key>
<string>{{ .Broker }}</string>
</dict>
<key>StandardOutPath</key>
Expand Down

0 comments on commit 49efc6b

Please sign in to comment.