summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad_daemon/src/rpc_info.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad_daemon/src/rpc_info.rs b/mullvad_daemon/src/rpc_info.rs
index 145a57fb8a..f1dae58506 100644
--- a/mullvad_daemon/src/rpc_info.rs
+++ b/mullvad_daemon/src/rpc_info.rs
@@ -17,7 +17,7 @@ error_chain! {
lazy_static! {
/// The path to the file where we write the RPC address
- static ref RPC_ADDRESS_FILE_PATH: &'static Path = Path::new("./.rpc_address");
+ static ref RPC_ADDRESS_FILE_PATH: &'static Path = Path::new("./.mullvad_rpc_address");
}
/// Writes down the RPC address to some API to a file.