Skip to content

Commit ba731ec

Browse files
author
Matthew Plant
committed
Set hostname.
1 parent 54a5792 commit ba731ec

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
@@ -41,7 +41,7 @@ Vagrant.configure("2") do |config|
4141
config.vm.synced_folder ".", "/vagrant"
4242

4343
# Set the virtual machine host name
44-
# config.vm.hostname = "development.vm"
44+
config.vm.hostname = "development.vm"
4545

4646

4747
# ADDITIONAL CONFIGURATIONS

0 commit comments

Comments
 (0)