From 7ab2a677f487f246b62cb89008182608958284a3 Mon Sep 17 00:00:00 2001 From: kenkenpa198 Date: Tue, 2 Apr 2024 22:15:17 +0900 Subject: [PATCH] [update]small changed --- setup/linux/install-pyenv.sh | 2 +- setup/linux/install-rbenv.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/linux/install-pyenv.sh b/setup/linux/install-pyenv.sh index 7f0a804..c78446e 100644 --- a/setup/linux/install-pyenv.sh +++ b/setup/linux/install-pyenv.sh @@ -24,7 +24,7 @@ function main { echo " $ pyenv install X.Y.Z" echo " $ pyenv versions" echo - echo "Set global version and check settings: + echo "Set global version and check: echo echo " $ pyenv global X.Y.Z" echo " $ python --version" diff --git a/setup/linux/install-rbenv.sh b/setup/linux/install-rbenv.sh index 9a40aa7..2d4d7b0 100644 --- a/setup/linux/install-rbenv.sh +++ b/setup/linux/install-rbenv.sh @@ -32,7 +32,7 @@ function main { echo " $ rbenv install X.Y.Z" echo " $ rbenv versions" echo - echo "Set global version and check settings: + echo "Set global version and check: echo echo " $ rbenv global X.Y.Z" echo " $ ruby --version"