Skip to content

Commit

Permalink
devenv: fix dotfile override for devenv test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Sep 19, 2024
1 parent c67f0ba commit 9c63bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async fn main() -> Result<()> {
"Overriding .devenv to {}",
tmpdir.path().file_name().unwrap().to_str().unwrap()
));
options.devenv_root = Some(tmpdir.path().to_path_buf());
options.devenv_dotfile = Some(tmpdir.path().to_path_buf());
}
}

Expand Down

0 comments on commit 9c63bee

Please sign in to comment.