Skip to content

Commit

Permalink
typo fix. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Oct 11, 2014
1 parent a8d6f37 commit 21fc6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public function save($files, $answers, &$results)
$lines[] = "done!\n";
$results = implode("\n", $lines);

return $hasError;
return !$hasError;
}

/**
Expand Down

0 comments on commit 21fc6f6

Please sign in to comment.