Skip to content

Commit

Permalink
Missing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacoutot committed Nov 29, 2020
1 parent 297c52c commit d52b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toad.pl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ sub gdbus_call {
$cmd .= " -d org.freedesktop.FileManager1";
$cmd .= " -o /org/freedesktop/FileManager1";
$cmd .= " -m org.freedesktop.FileManager1.ShowFolders";
$cmd .= " '[\"file://$args\"]' \"\">/dev/null";
$cmd .= " '[\"file://$args\"]' \"\" >/dev/null";
system($cmd);
}
}
Expand Down

0 comments on commit d52b774

Please sign in to comment.