Skip to content

Commit

Permalink
fixed vcs/gitignore goals linking
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Dec 26, 2015
1 parent 164599f commit 571496d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/hidev
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ $config = [
'class' => 'hidev\goals\InstallGoal',
],
'package' => 'hidev\goals\PackageGoal',
'gitignore' => 'hidev\goals\GitignoreGoal',
'.gitignore' => 'hidev\goals\GitignoreGoal',
'vcsignore' => 'hidev\goals\VcsignoreGoal',
'CHANGELOG.md' => 'hidev\goals\ChangelogGoal',
'CHANGELOG.txt' => 'hidev\goals\ChangelogGoal',
'CHANGELOG.markdown' => 'hidev\goals\ChangelogGoal',
Expand Down
1 change: 1 addition & 0 deletions src/goals/CommitsGoal.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class CommitsGoal extends FileGoal
*/
public function init()
{
parent::init();
$this->setDeps($this->getVcs()->goalName);
}

Expand Down

0 comments on commit 571496d

Please sign in to comment.