From 69a1ee138bb78ad4663fe2d9e58678f7b0d07b74 Mon Sep 17 00:00:00 2001 From: t Date: Tue, 23 Jun 2026 09:38:23 -0600 Subject: ponytail simplifications to panto cli and lua extensiosn --- src/auth_manager.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auth_manager.zig') diff --git a/src/auth_manager.zig b/src/auth_manager.zig index 8889ca8..f349801 100644 --- a/src/auth_manager.zig +++ b/src/auth_manager.zig @@ -5,7 +5,7 @@ //! //! - `api_key` sessions are already resolved at config load (literal/env); //! nothing to do here. -//! - `oauth_device` sessions are loaded from `$PANTO_HOME/auth/.json`, +//! - `oauth_device` sessions are loaded from `/auth/.json`, //! refreshed if the access token is near expiry, run through the optional //! secondary exchange (Copilot) if that token is stale, then turned into a //! `ResolvedCredential` (bearer + dynamic base_url + auth-derived headers). @@ -40,7 +40,7 @@ pub const AuthManager = struct { gpa: Allocator, io: Io, client: *std.http.Client, - /// `$PANTO_HOME/auth`. Borrowed for the manager's lifetime. + /// `/auth`. Borrowed for the manager's lifetime. auth_dir: []const u8, file_cfg: *const config_file.Config, /// Arena for the resolved credential strings the live config borrows. -- cgit v1.3