Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix to git plugin - package that changes name not pushed
Browse files Browse the repository at this point in the history
closes #66
  • Loading branch information
majkinetor authored May 12, 2017
1 parent b58e6f0 commit 949ec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AU/Plugins/Git.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git checkout -q master
git pull -q origin master

Write-Host "Adding updated packages to git repository: $( $packages | % Name)"
$packages | % { git add -u $_.Name }
$packages | % { git add -u $_.Path }
git status

Write-Host "Commiting"
Expand Down

0 comments on commit 949ec4d

Please sign in to comment.