Fix service => service namespace bug

This commit is contained in:
Ben Toogood
2020-05-21 11:35:07 +01:00
parent 344ce061ce
commit 287992cef3
3 changed files with 7 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ func Generate(id string, name string, a auth.Auth) error {
if err != nil {
return err
}
logger.Infof("Auth [%v] Authenticated as %v in the %v scope", a, name, scope)
logger.Infof("Auth [%v] Authenticated as %v in the %v namespace", a, name, a.Options().Namespace)
accID = acc.ID
accSecret = acc.Secret