mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 17:25:01 +00:00
Fix log message
This commit is contained in:
@@ -36,7 +36,7 @@ func makeRenderRunFunc(cfg *config.Config) runFunc {
|
||||
if err := result.Save(ctx, path, result.KsContent); err != nil {
|
||||
return wrapper.Wrap(err)
|
||||
}
|
||||
log.InfoContext(ctx, "rendered "+result.Name(), "status", "ok", "action", "save", "path", path, "name", result.Name())
|
||||
log.InfoContext(ctx, "rendered "+result.Name(), "status", "ok", "action", "rendered", "name", result.Name())
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user