Quellcode durchsuchen

fix - ensure au can run

Rob Reynolds vor 7 Jahren
Ursprung
Commit
8573ea4d82
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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