mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-16 19:05:07 +02:00
Fix comment formatting in tools.func
This commit is contained in:
committed by
GitHub
parent
9cbfeb1b7d
commit
e97657b0c8
+1
-1
@@ -8723,7 +8723,7 @@ EOF
|
||||
CURRENT_RUBY_VERSION=$("$RBENV_BIN" global 2>/dev/null || echo "")
|
||||
fi
|
||||
|
||||
# Scenario 1: Already at correct Ruby version
|
||||
# Scenario 1: Already at correct Ruby version
|
||||
if [[ "$CURRENT_RUBY_VERSION" == "$RUBY_VERSION" ]]; then
|
||||
msg_info "Update Ruby $RUBY_VERSION"
|
||||
cache_installed_version "ruby" "$RUBY_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user