forked from coop-cloud/abra
0
0
Fork 0

refactor: not generating here, skipping

This commit is contained in:
decentral1se 2023-10-04 15:09:14 +02:00
parent 8078e91e52
commit 47d3b77003
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ func ReadSecretsConfig(appEnv map[string]string, composeFiles []string, recipeNa
}
if !(slices.Contains(enabledSecrets, secretId)) {
logrus.Warnf("%s not enabled in recipe config, not generating", secretId)
logrus.Warnf("%s not enabled in recipe config, skipping", secretId)
continue
}