forked from toolshed/abra
doc: indicate storage location of secret in logs
This commit is contained in:
@ -138,7 +138,7 @@ Example:
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
||||
logrus.Info("secret successfully stored")
|
||||
logrus.Info("secret successfully stored on server")
|
||||
|
||||
if internal.Pass {
|
||||
if err := secret.PassInsertSecret(data, name, app.StackName(), app.Server); err != nil {
|
||||
|
Reference in New Issue
Block a user