Add file to function call

This commit is contained in:
Owen
2026-06-06 15:34:22 -07:00
parent 2ad89915c4
commit 090ad07991

View File

@@ -2247,7 +2247,7 @@ persistent_keepalive_interval=5`, util.FixKey(privateKey.String()), util.FixKey(
if blueprintFile != "" {
go watchBlueprintFile(ctx, blueprintFile, func() error {
return sendBlueprint(client)
return sendBlueprint(client, blueprintFile)
})
}