opentsdb: fix plist format (#1641)

This commit is contained in:
Camden Narzt 2016-06-02 02:20:42 +02:00 committed by Martin Afanasjew
parent 4824bb8748
commit e8b284aa36

View file

@ -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>