Skip to content

Commit

Permalink
Fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
ainame committed Nov 11, 2021
1 parent 69c32cb commit 65cb32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function setup_rbenv {
# https://github.com/rbenv/rbenv-installer
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash
PATH=~/.rbenv/bin:$PATH
eval $(rbenv init -)
eval "$(rbenv init -)"
;;
*)
echo "ERROR: Unknown platform found ${platform}"
Expand Down

0 comments on commit 65cb32d

Please sign in to comment.