Skip to content

Commit e6a5ddd

Browse files
committed
Fix log message to match behavior
1 parent 619fc69 commit e6a5ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/BOSH.Agent/BOSH.Agent.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function Set-Path
255255

256256
function Enable-AgentService
257257
{
258-
Write-Log "Disabling bosh agent service"
258+
Write-Log "Enabling bosh agent service"
259259
Set-Service bosh-agent -StartupType automatic
260260
}
261261

0 commit comments

Comments
 (0)