Skip to content

Commit

Permalink
Fix key_fallback usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Jul 11, 2023
1 parent 3f403d3 commit 02cca9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunet-settings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl SettingsReader {
}

fn entry(u: &str) -> SettingsResult<Entry> {
if true {
if cfg!(target_os = "linux") {
Ok(Entry::new_with_credential(Box::new(
key_fallback::KeyFallback::new(TUNET_NAME, u)?,
)))
Expand Down

0 comments on commit 02cca9a

Please sign in to comment.