mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-05 08:47:53 +00:00
Fix path to rippled in test config.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
var path = require("path");
|
||||
|
||||
// Where to find the binary.
|
||||
exports.rippled = path.join(process.cwd(), "rippled");
|
||||
exports.rippled = path.join(process.cwd(), "build/rippled");
|
||||
|
||||
exports.server_default = "alpha";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user