Skip to content

Commit

Permalink
Update jar search path to work with travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Oct 29, 2013
1 parent 4b6b37b commit 4660345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zk/server_java.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func (sc ServerConfig) Marshall(w io.Writer) error {

var jarSearchPaths = []string{
"zookeeper-*/contrib/fatjar/zookeeper-*-fatjar.jar",
"../zookeeper-*/contrib/fatjar/zookeeper-*-fatjar.jar",
"/usr/local/zookeeper-*/contrib/fatjar/zookeeper-*-fatjar.jar",
"/usr/local/Cellar/zookeeper/*/libexec/contrib/fatjar/zookeeper-*-fatjar.jar",
}
Expand Down

0 comments on commit 4660345

Please sign in to comment.