Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit 74643c7

Browse files
committed
Update rabbitmq-components.mk
1 parent 8d5b2a3 commit 74643c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,6 @@ rabbitmq-components-mk:
339339
$(gen_verbose) cp -a $(UPSTREAM_RMQ_COMPONENTS_MK) .
340340
ifeq ($(DO_COMMIT),yes)
341341
$(verbose) git diff --quiet rabbitmq-components.mk \
342-
|| git commit -m "$$(printf "Update rabbitmq-components.mk\n\n[ci skip]")" rabbitmq-components.mk
342+
|| git commit -m 'Update rabbitmq-components.mk' rabbitmq-components.mk
343343
endif
344344
endif

0 commit comments

Comments
 (0)