Skip to content

Commit 96f64f9

Browse files
committed
adding dev to make commands
1 parent f60b84c commit 96f64f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ set-ratelimit: guard-APIM_ENV
114114
< specification/x-nhsd-apim/ratelimit-template.yaml > specification/x-nhsd-apim/ratelimit.yaml
115115

116116
update-spec-template: guard-APIM_ENV
117-
ifeq ($(APIM_ENV), $(filter $(APIM_ENV), sandbox internal-dev test int ref preprod prod ))
117+
ifeq ($(APIM_ENV), $(filter $(APIM_ENV), sandbox internal-dev test int ref preprod prod dev ))
118118
@ $(MAKE) set-target APIM_ENV=$$APIM_ENV
119119
@ $(MAKE) set-access APIM_ENV=$$APIM_ENV
120120
@ $(MAKE) set-security APIM_ENV=$$APIM_ENV
121121
@ $(MAKE) set-ratelimit APIM_ENV=$$APIM_ENV
122122
else
123-
@ echo ERROR: $$APIM_ENV is not a valid environment. Please use one of [sandbox, internal-dev, int, ref, prod]
123+
@ echo ERROR: $$APIM_ENV is not a valid environment. Please use one of [dev, sandbox, internal-dev, int, ref, prod]
124124
@ exit 1;
125125
endif
126126

0 commit comments

Comments
 (0)