Skip to content

Commit

Permalink
Missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
yuters committed Nov 2, 2013
1 parent 0f6e763 commit ddebf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# CONFIGURATION
#### ----------------------------------------
LARAVEL_PROJECT = true
IP_ADDRESS = 172.22.22.22
IP_ADDRESS = "172.22.22.22"
LARAVEL_ENV = "local"
PROJECT_NAME = "laravel"
HOSTNAME = PROJECT_NAME+".dev"
Expand Down

0 comments on commit ddebf38

Please sign in to comment.