Skip to content

Commit 818b3d2

Browse files
authored
Fix spelling of Regenerate in yaml (#9234)
1 parent 29ed18c commit 818b3d2

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)