cli: use Rust std library to get path to current exe
This is more portable than reading /proc/self/exe, which only works on Linux.
Signed-off-by: Lars Wirzenius liw@liw.fi
1 file changed
+1
-1
d46b0b6d
→
749e8239
modified radicle-cli/src/commands/debug.rs
@@ -68,7 +68,7 @@ fn debug(profile: &Profile) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|