Fix create-cluster BIN_PATH.

This commit is contained in:
antirez 2020-04-28 16:40:15 +02:00
parent e0de7c0852
commit f95a88d988
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Settings
BIN_PATH="../../"
BIN_PATH="../../src/"
CLUSTER_HOST=127.0.0.1
PORT=30000
TIMEOUT=2000