change port inspector connects to (#857)

This commit is contained in:
Dylan Lott 2018-12-13 16:31:52 -07:00 committed by GitHub
parent 2016ce9fd6
commit f71a4557b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ import (
var (
// Addr is the address of Capt Planet from command flags
Addr = flag.String("address", "[::1]:7778", "address of captplanet to inspect")
Addr = flag.String("address", "localhost:7778", "address of captplanet to inspect")
// ErrInspectorDial throws when there are errors dialing the inspector server
ErrInspectorDial = errs.Class("error dialing inspector server:")