Skip to content

Commit c58d5f6

Browse files
committed
Fix exit code
1 parent debf5b9 commit c58d5f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/prompter/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ pub fn main() -> Result<SysexitsError, Box<dyn Error>> {
104104
output.write_all(text.as_bytes()).unwrap();
105105
}
106106

107-
Ok(EX_UNAVAILABLE)
107+
Ok(EX_OK)
108108
}

0 commit comments

Comments
 (0)