Skip to content

Commit baf40da

Browse files
committed
Fix message when no bin path exists
1 parent a993afa commit baf40da

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-mod-code-server-rust-install

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-mod-code-server-rust-install/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ if [[ -f "$RUST_BINARY_ARCHIVE_PATH" ]]; then
3030
"$RUST_BINS_PATH/install.sh"
3131
rm -rf "$RUST_BINS_PATH"
3232
else
33-
echo "**** rust bin does not exist ****"
33+
echo "**** latest rust is already installed ****"
3434
fi

0 commit comments

Comments
 (0)