Update incorrect path
This commit is contained in:
parent
5caccb6177
commit
d6daf8f85b
|
@ -321,7 +321,7 @@ $null = New-Module {
|
|||
|
||||
if (Test-Collection "essential") {
|
||||
# Essentials
|
||||
& "$softwarePath/aliae/Manage.ps1" @arguments;
|
||||
& "$softwarePath/aliae/Main.ps1" @arguments;
|
||||
& "$softwarePath/git/Manage.ps1" @arguments;
|
||||
& "$softwarePath/OpenSSH/Manage.ps1" @arguments;
|
||||
& "$softwarePath/PowerShell/Manage.ps1" @arguments;
|
||||
|
|
Loading…
Reference in a new issue