Skip to content

Commit 33d8188

Browse files
committed
Fixed typo in RVM flag
1 parent 72c1bd7 commit 33d8188

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vagrant/user-config.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ cd /home/vagrant
44
echo Who am I? You are `whoami`.
55
echo Where am I? You are in `pwd`
66
echo I think my home is $HOME
7+
78
echo export EDITOR=vim >> $HOME/.bashrc
9+
810
echo insecure > $HOME/.curlrc
11+
912
echo rvm_install_on_use_flag=1 >> $HOME/.rvmrc
1013
echo rvm_project_rvmrc=1 >> $HOME/.rvmrc
11-
echo rvm_trust_rvmrcs_fag=1 >> $HOME/.rvmrc
14+
echo rvm_trust_rvmrcs_flag=1 >> $HOME/.rvmrc
1215
curl -k -L https://get.rvm.io | bash -s stable --autolibs=enabled
1316
source "$HOME/.rvm/scripts/rvm"
1417
[[ -s "$rvm_path/hooks/after_cd_bundle" ]] && chmod +x $rvm_path/hooks/after_cd_bundle

0 commit comments

Comments
 (0)