Miodrag Milić пре 7 година
родитељ
комит
f6748136d2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      au/scripts/Save-Git.ps1

+ 1 - 1
au/scripts/Save-Git.ps1

@@ -8,7 +8,7 @@ function Save-Git() {
     git pull
 
     "Commiting updated packages to git repository"
-    $pushed | % { git add $_.PackageName }
+    $pushed | % { git add $_.Name }
     git commit -m "UPDATE BOT: $($Info.pushed) packages updated
 
     [skip ci]"