OctopusDeploy / Library

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy
Other
170 stars 500 forks source link

Fixing typo in template #1485

Closed twerthi closed 7 months ago

twerthi commented 7 months ago

Background

Dependent PowerShell module was recently updated and removed argument default values. Discovered an incorrect Paramter variable name for command timeout which was causing it fail.

Results

Execution of the template would fail due to command timeout being null.

Before

Command timeout Parameter was misspelled, value not taken into consideration during execution.

After

Correct Parameter now specified.

Pre-requisites