Skip to content

Commit 091b090

Browse files
committed
Add accidentally removed bullet
1 parent 987e38a commit 091b090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jruby_executable/src/bin/jruby_build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ fn jruby_build(args: &Args) -> Result<(), Box<dyn Error>> {
8787
fs_err::remove_dir_all(&path)?;
8888
}
8989

90+
print::bullet("Checking for `ruby` binstub");
9091
let ruby_bin = jruby_dir.join("bin").join("ruby");
9192
if ruby_bin.fs_err_try_exists()? {
9293
print::sub_bullet("File exists")

0 commit comments

Comments
 (0)