Skip to content

Commit e830bba

Browse files
committed
Update
1 parent 53f8ef5 commit e830bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Vagrant.configure("2") do |config|
66
config.vm.provision "shell", path: "provision.bash"
77

88
# Enlarge disk size from default '10G' to '20G'
9-
# This need the vagrant-disksize plugin which is installed in install.bash
9+
# This need the vagrant-disksize plugin which is installed in play.sh.
1010
config.disksize.size = '20GB'
1111

1212
# Don't forward 22. Even if we do so, the exposed port only binds

0 commit comments

Comments
 (0)