Skip to content

Commit

Permalink
πŸš‘ πŸ’Ž πŸ”– Fix name/names bug and tag v7.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Jul 31, 2018
1 parent c4bd3e5 commit d2ffd7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/homestead
Expand Up @@ -3,7 +3,7 @@

require __DIR__.'/../../../autoload.php';

$app = new Symfony\Component\Console\Application('Laravel Homestead', '7.14.0');
$app = new Symfony\Component\Console\Application('Laravel Homestead', '7.14.1');

$app->add(new Laravel\Homestead\MakeCommand);

Expand Down
2 changes: 1 addition & 1 deletion scripts/homestead.rb
Expand Up @@ -11,7 +11,7 @@ def self.configure(config, settings)
config.ssh.forward_agent = true

# Configure The Box
config.vm.define settings['names'] ||= 'homestead-7'
config.vm.define settings['name'] ||= 'homestead-7'
config.vm.box = settings['box'] ||= 'laravel/homestead'
config.vm.box_version = settings['version'] ||= '>= 6.0.0'
config.vm.hostname = settings['hostname'] ||= 'homestead'
Expand Down

0 comments on commit d2ffd7d

Please sign in to comment.