Skip to content

Commit e2002de

Browse files
maciektrcptartur
andauthored
Add env var to scarb init call (#3932)
Co-authored-by: Artur Michałek <52135326+cptartur@users.noreply.github.com>
1 parent eb85ad5 commit e2002de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/forge/src/new.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ pub fn new(
382382
};
383383

384384
cmd.env("SCARB_INIT_TEST_RUNNER", test_runner)
385+
.env("SCARB_INIT_EMPTY", "true")
385386
.run()
386387
.context("Failed to initialize a new project")?;
387388

0 commit comments

Comments
 (0)