Skip to content

Commit adc1a22

Browse files
NRL-1669 Fix misstype in makefile
1 parent 4bb0514 commit adc1a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ truststore-build-ca: check-warn ## Build a CA (Certificate Authority)
201201
truststore-build-cert: check-warn ## Build a certificate
202202
@./scripts/truststore.sh build-cert "$(CA_NAME)" "$(CERT_NAME)" "$(CERT_SUBJECT)"
203203

204-
truststore-build-all: check-warn ## Pull all certificates
204+
truststore-pull-all: check-warn ## Pull all certificates
205205
@./scripts/truststore.sh pull-all "$(ENV)"
206206

207207
truststore-pull-server: check-warn ## Pull a server certificate

0 commit comments

Comments
 (0)