You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an error when trying to use KEYFILE env var. The contents of the void.keys file is a copy of the default.keys from the repo.
Let me know if I can help debug.
➜ ~ export KEYFILE=/Users/toidiu/void.keys
➜ ~ void
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: StringError("invalid config at line 0: # Comments are supported.") }', src/libcore/result.rs:997:5
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
➜ ~
I am getting an error when trying to use KEYFILE env var. The contents of the
void.keys
file is a copy of thedefault.keys
from the repo.Let me know if I can help debug.
file content
The text was updated successfully, but these errors were encountered: