Skip to content

Commit 58b9a1c

Browse files
committed
stemcell-automation: export Write-Log method
The update to Pester 5 involved "module-izing" the AutomationHelpers, and the method (cmdlet) not being found by the PostReboot script.
1 parent 5c371c9 commit 58b9a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stembuild/stemcell-automation/AutomationHelpers.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
RootModule = 'AutomationHelpers'
33
ModuleVersion = '0.1'
44
Author = 'BOSH'
5-
FunctionsToExport = @('Setup', 'PostReboot')
5+
FunctionsToExport = @('Setup', 'PostReboot', 'Write-Log')
66
RequiredModules = @('BOSH.Agent', 'BOSH.SSHD')
77
}

0 commit comments

Comments
 (0)