Vagrant typo

This commit is contained in:
Joshua Tauberer 2014-07-16 08:00:10 -04:00
parent 89376b10d0
commit 4e5b5f2852
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ fi
if [ "$PRIMARY_HOSTNAME" = "auto-easy" ]; then
# Generate a probably-unique subdomain under our justtesting.email domain.
PRIMARY_HOSTNAME=m`get_default_publicip | sha1sum | cut -c1-5`.justtesting.email
echo "Public Hostname: $PRIMARY_HOSTNAME"
echo "Primary Hostname: $PRIMARY_HOSTNAME"
fi