1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 01:06:50 +00:00

Vagrantfile: cosmetic: remove tabs / empty lines

This commit is contained in:
Thomas Waldmann 2016-11-24 02:27:38 +01:00
parent df5482d7fc
commit 6bb363c707

3
Vagrantfile vendored
View file

@ -201,7 +201,6 @@ def install_cygwin_venv
EOF EOF
end end
def install_pyenv(boxname) def install_pyenv(boxname)
return <<-EOF return <<-EOF
curl -s -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash curl -s -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash
@ -344,13 +343,11 @@ end
def fix_perms def fix_perms
return <<-EOF return <<-EOF
# . ~/.profile # . ~/.profile
if id "vagrant" >/dev/null 2>&1; then if id "vagrant" >/dev/null 2>&1; then
chown -R vagrant /vagrant/borg chown -R vagrant /vagrant/borg
else else
chown -R ubuntu /vagrant/borg chown -R ubuntu /vagrant/borg
fi fi
EOF EOF
end end