Skip to content

Commit 4e87d3d

Browse files
anoopcs9phlogistonjohn
authored andcommitted
build: Fix a typo for push-nightly-ad-server target
1 parent 8688f5f commit 4e87d3d

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
@@ -104,7 +104,7 @@ push-ad-server: build-ad-server
104104
.PHONY: push-ad-server
105105

106106
push-nightly-ad-server: build-nightly-ad-server
107-
$(PUSH_CMD) $(NIGHLTY_AD_SERVER_REPO_NAME)
107+
$(PUSH_CMD) $(NIGHTLY_AD_SERVER_REPO_NAME)
108108
.PHONY: push-nightly-ad-server
109109

110110
build-client: $(BUILDFILE_CLIENT)

0 commit comments

Comments
 (0)