Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
kohkimakimoto committed Feb 28, 2014
1 parent 5e558eb commit cb8b250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Altax/Contrib/Chef/Command/ChefCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protected function fire($task)
$prepare = $onlyPrepare;

if ($process->run("test -e /opt/chef/bin/chef-solo")->isFailed()) {
$task->writeln("<comment>Run preparing. Not found chef-solo.<comment>");
$task->writeln("Run preparing. Not found chef-solo.");
$prepare = true;
}

Expand Down

0 comments on commit cb8b250

Please sign in to comment.