We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df10a7 commit ea7d891Copy full SHA for ea7d891
1 file changed
lib/eho
@@ -50,7 +50,7 @@ function install_eho() {
50
}
51
52
function start_eho() {
53
- screen_it eho "cd $EHO_DIR && $EHO_BIN_DIR/eho --reset-db --stub-data"
+ screen_it eho "cd $EHO_DIR && $EHO_BIN_DIR/eho-api --reset-db --stub-data"
54
55
56
function stop_horizon() {
0 commit comments