Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Mar 14, 2024
1 parent 114f307 commit 1464380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl Config {
let templates_path = config_json
.get("templates_path")
.and_then(|v| v.as_str())
.map(|v| PathBuf::from(v))
.map(PathBuf::from)
.context("Templates folder path not found in config")?;
let clipboard_command = config_json
.get("clipboard_command")
Expand Down

0 comments on commit 1464380

Please sign in to comment.