update_trust_config
Diagnostic `nanook::cli::update_trust_config`
Summary
could not load `[self.signature]` config: {0}
Help
the config under [self.signature] is unparseable. fix it with nanook check, or rerun update with --skip-trust to bypass
Details
When this fires
nanook self update tried to load [self.signature] from nanook.toml to verify the new binary, but the config itself failed to parse. The downloaded binary is discarded; the running one is untouched.
What to check
Run nanook check to see the underlying parse error pointed at the offending line. Fix that, then rerun update. If you need to upgrade urgently and would rather skip the trust step, pass --skip-trust; the sha256 guard still runs unless you also pass --skip-verify.