From 785b745b04a616cb3b7d5acb29931b6b19b91e2d Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Tue, 3 May 2016 15:43:52 +0200
Subject: [PATCH] Bugfix

---
 deploy/checkServerStatus.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/checkServerStatus.sh b/deploy/checkServerStatus.sh
index 671d785b2..a81236624 100755
--- a/deploy/checkServerStatus.sh
+++ b/deploy/checkServerStatus.sh
@@ -40,7 +40,7 @@ then
 	git clone https://github.com/laravel/homestead.git Homestead
 	cd Homestead/
 	bash init.sh
-	cp -f "$path/deploy/Homestead.yaml" .homestead/
+	cp -f "$path/deploy/Homestead.yaml" .homestead/Homestead.yaml
 	vagrant up
 	echo "Your server is now running under http://localhost:8000"
 fi
-- 
GitLab