Explorar o código

fix - ensure au can run

Rob Reynolds %!s(int64=7) %!d(string=hai) anos
pai
achega
8573ea4d82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      au/update_all.ps1

+ 1 - 1
au/update_all.ps1

@@ -49,7 +49,7 @@ if ($env:au_force -eq 'true') {
   $options.Force = $true
 }
 
-cd $PSScriptRoot/..
+cd $PSScriptRoot/../automatic
 
 Update-AUPackages -Name $Name -Options $options | ft
 $global:updateall = Import-CliXML $PSScriptRoot\..\update_info.xml