fix cli tool
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user