opentsdb: fix plist format (#1641)
This commit is contained in:
parent
4824bb8748
commit
e8b284aa36
1 changed files with 4 additions and 1 deletions
|
@ -102,7 +102,10 @@ class Opentsdb < Formula
|
|||
<key>KeepAlive</key>
|
||||
<dict>
|
||||
<key>OtherJobEnabled</key>
|
||||
<string>#{Formula["hbase"].plist_name}</string>
|
||||
<dict>
|
||||
<key>#{Formula["hbase"].plist_name}</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>Label</key>
|
||||
<string>#{plist_name}</string>
|
||||
|
|
Loading…
Reference in a new issue