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