Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 22, 2022
1 parent 27b8582 commit 9a7c56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ missing_asdf_plugins() {
# `asdf install` simply installs and respects current `.tool-versions`. However it takes a long time for my global list.
# And having some dependencies as JVM. (I didn't check it actually make problem or not in `asdf install`)
# So provided this omitted version for now. Consider dropping this in future.
asdf_ommited_install() {
asdf_omitted_install() {
missing_asdf_plugins | while read -r plugin; do
asdf plugin add "$plugin"

Expand All @@ -63,6 +63,6 @@ asdf_ommited_install() {
}

brew_install
asdf_ommited_install
asdf_omitted_install

# When faced an ruby with OpenSSL issue, look at https://github.com/kachick/times_kachick/issues/180

0 comments on commit 9a7c56c

Please sign in to comment.