Add file to function call

Former-commit-id: 090ad07991
This commit is contained in:
Owen
2026-06-06 15:34:22 -07:00
parent d360392214
commit 8c698ffaee

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)
})
}