Explorar el Código

PackageName to Name

Miodrag Milić hace 7 años
padre
commit
f6748136d2
Se han modificado 1 ficheros con 1 adiciones y 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]"