Skip to content

Commit ef82a18

Browse files
feat: [KSBP-10176] - Update log entry to print actual config file name
1 parent cd92ade commit ef82a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s-deployer/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const main = async () => {
3838
logger.error("CYCLIC DEPENDENCY DETECTED:")
3939
logger.error("Cycle: %s", err.cyclePath.join(' → '))
4040
logger.error("This creates an infinite loop and cannot be resolved.")
41-
logger.error("Please fix the dependency chain in your pitfile.yml")
41+
logger.error("Please fix the dependency chain in %s", config.pitfile)
4242
} else {
4343
logger.error("%s", err.message)
4444
}

0 commit comments

Comments
 (0)