fix cli tool

This commit is contained in:
idk
2019-08-23 20:04:16 -04:00
parent 7b7238db56
commit bd255b651b

View File

@ -203,7 +203,7 @@ func NewSAMManagerFromOptions(opts ...func(*SAMManager) error) (*SAMManager, err
} else {
t, b := s.config.Get("type")
if !b {
t = "client"
t = "httpclient"
//return nil, fmt.Errorf("samcat was instructed to start a tunnel with insufficient default settings information.")
}
switch t {