Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
FabianLars committed Nov 26, 2024
1 parent 2c00f7d commit 7d9dfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/shell/src/scope.rs
Original file line number Diff line number Diff line change
@@ -221,7 +221,7 @@ impl OpenScope {
#[cfg(target_os = "linux")]
None => {
// ref https://github.com/tauri-apps/tauri/issues/10617
::open::with_detached(&path, "/usr/bin/xdg-open")
::open::with_detached(path, "/usr/bin/xdg-open")
.or_else(|_| ::open::that_detached(path))
}
#[cfg(not(target_os = "linux"))]

0 comments on commit 7d9dfae

Please sign in to comment.