Compare commits
1 Commits
worktree-b
...
snapshot-l
| Author | SHA1 | Date | |
|---|---|---|---|
| 7cb5237fdd |
@@ -183,7 +183,7 @@ impl OpenbaoSecretStore {
|
||||
}
|
||||
#[cfg(not(unix))]
|
||||
{
|
||||
fs::write(path, token)?;
|
||||
fs::write(path, serde_json::to_string(token)?.as_bytes())?;
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user