From 5459b203d5e7595c6733e8642fd4dd2dd0f4115d Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Sun, 11 Nov 2018 13:50:07 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Update=20error=20message=20when?= =?UTF-8?q?=20there=20is=20a=20config=20error=20(#973)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/homestead.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/homestead.rb b/scripts/homestead.rb index ce19816b3..576e96604 100644 --- a/scripts/homestead.rb +++ b/scripts/homestead.rb @@ -148,7 +148,7 @@ def self.configure(config, settings) s.args = [File.read(File.expand_path(key)), key.split('/').last] end else - puts 'Check your Homestead.yaml file, the path to your private key does not exist.' + puts 'Check your Homestead.yaml (or Homestead.json) file, the path to your private key does not exist.' exit end end