diff --git a/credentials/alts/utils.go b/credentials/alts/utils.go index cd5be2e6a..86d0a2137 100644 --- a/credentials/alts/utils.go +++ b/credentials/alts/utils.go @@ -44,7 +44,7 @@ const ( type platformError string func (k platformError) Error() string { - return fmt.Sprintf("%v is not supported", k) + return fmt.Sprintf("%s is not supported", string(k)) } var (