OctopusDeploy / OctopusDSC

| Public | A PowerShell DSC resource for installing Octopus Deploy & Tentacles
Other
1 stars 60 forks source link

Log the actual exe we are calling #279

Closed matt-richardson closed 3 years ago

matt-richardson commented 3 years ago

Happened to notice this while looking at a customers log file: image

We were always saying we are executing octopus.server.exe, even when we were actually executing tentacle.exe

cc'ing you, @paulegradie as an fyi - brackets around params when calling functions means different things in powershell