File tree Expand file tree Collapse file tree
plugins/plaster/template/scaffold Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ function PrerequisitesLoaded {
2424 Write-Host ' Installed!'
2525 }
2626 if (get-module PSDepend - ListAvailable) {
27- Write-Host - NoNewLine " Importing PSDepend module"
27+ Write-Host " Importing PSDepend module ... " - NoNewLine
2828 Import-Module PSDepend - Force
29- Write-Host ' ... Loaded!'
29+ Write-Host ' Loaded!'
3030
31- Write-Host - NoNewLine ' Installing dependencies...'
31+ Write-Host ' Installing dependencies...' - NoNewLine
3232 Invoke-PSDepend - Path $ (Join-Path $ (Get-Location ) ' Requirements.psd1' ) - Test
3333 Invoke-PSDepend - Path $ (Join-Path $ (Get-Location ) ' Requirements.psd1' ) - Force
3434 Invoke-PSDepend - Path $ (Join-Path $ (Get-Location ) ' Requirements.psd1' ) - Import - Force
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ function PrerequisitesLoaded {
2424 Write-Host 'Installed!'
2525 }
2626 if (get-module PSDepend -ListAvailable) {
27- Write-Host -NoNewLine "Importing PSDepend module"
27+ Write-Host "Importing PSDepend module ..." -NoNewLine
2828 Import-Module PSDepend -Force
29- Write-Host '... Loaded!'
29+ Write-Host 'Loaded!'
3030
31- Write-Host -NoNewLine 'Installing dependencies...'
31+ Write-Host 'Installing dependencies...' -NoNewLine
3232 Invoke-PSDepend -Path $(Join-Path $(Get-Location) 'Requirements.psd1') -Test
3333 Invoke-PSDepend -Path $(Join-Path $(Get-Location) 'Requirements.psd1') -Force
3434 Invoke-PSDepend -Path $(Join-Path $(Get-Location) 'Requirements.psd1') -Import -Force
You can’t perform that action at this time.
0 commit comments