Skip to content

Commit 350b77c

Browse files
committed
fix: noninteractive check
Fixes #142 Signed-off-by: Bailey Hayes <behayes2@gmail.com>
1 parent 112486e commit 350b77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ async fn main() {
235235
let mut stdout_buf = BufWriter::new(stdout);
236236

237237
// Recommend a new version of wash if available
238-
if !cli.non_interactive &&
238+
if !non_interactive &&
239239
ctx
240240
.check_new_version()
241241
.await

0 commit comments

Comments
 (0)