Skip to content

Commit 1b3a006

Browse files
committed
cleanup
1 parent 046ac19 commit 1b3a006

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

command/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ fn setup() -> std::io::Result<()> {
198198
progress.stop(format!("Clone {repo} ✓"));
199199
}
200200

201-
let env_content = config.to_env();
202-
std::fs::write(".env", env_content)?;
201+
std::fs::write(".env", config.to_env())?;
203202
log::success("Wrote .env")?;
204203

205204
Ok(())

0 commit comments

Comments
 (0)