Fixed syntax

This commit is contained in:
Fedor Korotkov 2025-09-20 09:45:23 +02:00
parent 5ed6926ec7
commit db71c44bc1
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ build {
"brew install rbenv",
"echo 'if which rbenv > /dev/null; then eval \"$(rbenv init -)\"; fi' >> ~/.zprofile",
"brew install asdf",
"echo 'export PATH=\"${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH\"' >> ~/.zprofile",
"echo 'export PATH=\"$${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH\"' >> ~/.zprofile",
"brew install mise",
"source ~/.zprofile",
"rbenv install 2.7.8", // latest 2.x.x before EOL