diff --git a/stm32/shared.mk b/stm32/shared.mk index 6cf47be6..53cbfdda 100644 --- a/stm32/shared.mk +++ b/stm32/shared.mk @@ -113,7 +113,7 @@ rc1: # Make a test release-candidate but use full repro flow; slower than rc1 above. # - no factory release, does no GIT tagging nor committing -# - but still must commit changed because code get into docker image via local git repo +# - but still must commit changes because code gets into docker image via local git repo .PHONY: rc2 rc2: RC2_TIMESTAMP = $(shell date "+%F_%H%M") rc2: RC2_FNAME = ./RC2-$(RC2_TIMESTAMP)-$(HW_MODEL)-coldcard.dfu