Skip to content

Commit 21cb09c

Browse files
Fix #479
1 parent 3b56842 commit 21cb09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async fn actual_main(mut cli_app: Ferium) -> Result<()> {
167167
.unwrap_or({
168168
#[cfg(target_os = "macos")]
169169
{
170-
old_default_config_path
170+
old_default_config_path.clone()
171171
}
172172
#[cfg(not(target_os = "macos"))]
173173
{

0 commit comments

Comments
 (0)