We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd92ade commit ef82a18Copy full SHA for ef82a18
k8s-deployer/src/index.ts
@@ -38,7 +38,7 @@ const main = async () => {
38
logger.error("CYCLIC DEPENDENCY DETECTED:")
39
logger.error("Cycle: %s", err.cyclePath.join(' → '))
40
logger.error("This creates an infinite loop and cannot be resolved.")
41
- logger.error("Please fix the dependency chain in your pitfile.yml")
+ logger.error("Please fix the dependency chain in %s", config.pitfile)
42
} else {
43
logger.error("%s", err.message)
44
}
0 commit comments