Skip to content

Commit

Permalink
πŸš‘ Update error message when there is a config error (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 authored Nov 11, 2018
1 parent eb7477d commit 5459b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/homestead.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5459b20

Please sign in to comment.