We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Write-Log
1 parent 5c371c9 commit 58b9a1cCopy full SHA for 58b9a1c
stembuild/stemcell-automation/AutomationHelpers.psd1
@@ -2,6 +2,6 @@
2
RootModule = 'AutomationHelpers'
3
ModuleVersion = '0.1'
4
Author = 'BOSH'
5
- FunctionsToExport = @('Setup', 'PostReboot')
+ FunctionsToExport = @('Setup', 'PostReboot', 'Write-Log')
6
RequiredModules = @('BOSH.Agent', 'BOSH.SSHD')
7
}
0 commit comments