Skip to content

Commit c9c1d4b

Browse files
Release: Fix typo in variable name
Due to this time, whole `release_output` directory was uploaded instead of a checksum file and tarballs. Signed-off-by: Anton Kolesov <[email protected]>
1 parent 6391eeb commit c9c1d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ endif
10101010
# Deploy to shared file system
10111011
#
10121012
.PHONY: deploy
1013-
deploy: $O/$(CHECKUM_FILE) $(addprefix $O/,$(DEPLOY_ARTIFACTS))
1013+
deploy: $O/$(CHECKSUM_FILE) $(addprefix $O/,$(DEPLOY_ARTIFACTS))
10141014
ifeq ($(DEPLOY_DESTINATION),)
10151015
$(error DEPLOY_DESTINATION must be set to run 'deploy' target)
10161016
endif

0 commit comments

Comments
 (0)