Skip to content

Commit fc7b3ae

Browse files
azure-sdkhallipr
andauthored
Fix spelling of Regenerate in yaml (Azure#46761)
Co-authored-by: Patrick Hallisey <[email protected]>
1 parent 9e4d98d commit fc7b3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/pipelines/templates/archetype-typespec-emitter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ parameters:
4343
default: false
4444

4545
# Whether to regenerate sdk clients using the new emitter.
46-
- name: ShouldRegenrate
46+
- name: ShouldRegenerate
4747
type: boolean
4848
default: false
4949

@@ -210,7 +210,7 @@ extends:
210210

211211
# Regenerate stage
212212
# Responsible for regenerating the SDK code using the emitter package and the generation matrix.
213-
- ${{ if and(parameters.ShouldPublish, parameters.ShouldRegenrate) }}:
213+
- ${{ if and(parameters.ShouldPublish, parameters.ShouldRegenerate) }}:
214214
- stage: Regenerate
215215
dependsOn:
216216
- Build

0 commit comments

Comments
 (0)