Commit b3be7ff6 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

fixed meepctl replay reference to ctrl-engine

parent d32444ee
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -71,8 +71,7 @@ func printError(errorString string, err error, verbose bool) {
}

func getBasePath() string {

	host := viper.GetString("node.ip")
	reqString := "http://" + host + ":30000/v1"
	reqString := "http://" + host + "/ctrl-engine/v1"
	return reqString
}