From 40aa450dd10f7644535266c3fa31c5f3e5b845f5 Mon Sep 17 00:00:00 2001 From: moozzi Date: Sun, 23 Feb 2025 11:05:40 +0100 Subject: [PATCH] Fix typo in `auto_install_ruby()` comment --- ronin-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ronin-dev.sh b/ronin-dev.sh index 005be07..3163fa2 100755 --- a/ronin-dev.sh +++ b/ronin-dev.sh @@ -248,7 +248,7 @@ function auto_install_git() } # -# Installs git, if it's not installed. +# Installs ruby, if it's not installed. # function auto_install_ruby() {