aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds/src/bin/adenosine-pds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine-pds/src/bin/adenosine-pds.rs')
-rw-r--r--adenosine-pds/src/bin/adenosine-pds.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine-pds/src/bin/adenosine-pds.rs b/adenosine-pds/src/bin/adenosine-pds.rs
index d02b07c..3379841 100644
--- a/adenosine-pds/src/bin/adenosine-pds.rs
+++ b/adenosine-pds/src/bin/adenosine-pds.rs
@@ -128,7 +128,7 @@ enum Command {
}
fn main() -> Result<()> {
- dotenv::dotenv().ok();
+ dotenvy::dotenv().ok();
let opt = Opt::from_args();
if let Some(shell) = opt.shell_completions {