]> cat aescling's git repositories - mastodon.git/commitdiff
Remove current directory from PATH (#1779)
authorKazuhiro NISHIYAMA <znz@users.noreply.github.com>
Fri, 14 Apr 2017 17:10:38 +0000 (02:10 +0900)
committerEugen <eugen@zeonfederated.com>
Fri, 14 Apr 2017 17:10:38 +0000 (19:10 +0200)
Vagrantfile

index 90f60464074b498198704d2c99e6160596443a15..66892e443cd05d746b8c9de2c1f6f33551c87b2a 100644 (file)
@@ -43,7 +43,7 @@ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
 
 git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
 
-export PATH="$HOME/.rbenv/bin::$PATH"
+export PATH="$HOME/.rbenv/bin:$PATH"
 eval "$(rbenv init -)"
 
 cd /vagrant