Explorar o código

PackageName to Name

Miodrag Milić %!s(int64=7) %!d(string=hai) anos
pai
achega
f6748136d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]"