Skip to content

Commit ddc88af

Browse files
committed
vagrant ssh chdir's to /vagrant/rails
1 parent 1b17a64 commit ddc88af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,6 @@ install 'Poppler' poppler-utils
7676
# Needed for docs generation.
7777
update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8
7878

79+
echo "test -d /vagrant/rails && cd /vagrant/rails" >> /home/vagrant/.bashrc
80+
7981
echo 'all set, rock on!'

0 commit comments

Comments
 (0)