diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jv.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jv.rs b/src/bin/jv.rs index 5dfe5a5..717ad34 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -2437,7 +2437,7 @@ async fn jv_account_add(user_dir: UserDirectory, args: AccountAddArgs) { } } if args.keygen { - let output_path = current_local_path().unwrap().join("tempkey.pem"); + let output_path = current_dir().unwrap().join("tempkey.pem"); match Command::new("openssl") .args([ |
