diff options
| author | t <t@tjp.lol> | 2026-06-23 09:38:23 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-23 10:53:26 -0600 |
| commit | 69a1ee138bb78ad4663fe2d9e58678f7b0d07b74 (patch) | |
| tree | 453d3ad42a07536220e6ca5d91b439ff57793e32 /build/gen_agent_embed.zig | |
| parent | 538a5d926fa626a00cc3dc12c555f11f82867efd (diff) | |
ponytail simplifications to panto cli and lua extensiosn
Diffstat (limited to 'build/gen_agent_embed.zig')
| -rw-r--r-- | build/gen_agent_embed.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gen_agent_embed.zig b/build/gen_agent_embed.zig index b705863..cfb3214 100644 --- a/build/gen_agent_embed.zig +++ b/build/gen_agent_embed.zig @@ -25,7 +25,7 @@ //! }; //! //! Bootstrap walks `files` and stages each entry at -//! `$PANTO_HOME/agent/<path>` using the same `writeIfDifferent` +//! `<data home>/agent/<path>` using the same `writeIfDifferent` //! discipline as `stageLuaHeaders`. const std = @import("std"); |
