Skip to content

Commit 868a2c4

Browse files
committed
fix success
1 parent c6f8cd8 commit 868a2c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ fn create_build_steps() -> BuildStepper {
208208
},
209209
|_git: &mut Command| {
210210
assert!(
211-
test_exec("cat success.md", "nuggit: ThisWasATriumph", true)
211+
test_exec("cat success.md", "nuggit: ThisWasATriumph", false)
212212
.expect("could not read success.md"),
213213
"success.md did not contain ThisWasATriumph"
214214
);

0 commit comments

Comments
 (0)