Skip to content

Commit 90d1063

Browse files
authored
fix error messages (#13)
1 parent c65112c commit 90d1063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ func NewProvider(config *config.Config) (Provider, error) {
2828
}
2929
return provider, nil
3030
}
31-
return nil, errors.New("Invalid provider config in ~/.chatz.ini")
31+
return nil, errors.New("Invalid PROVIDER in Config/Environment.")
3232
}

0 commit comments

Comments
 (0)