We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea468e2 commit 1eec086Copy full SHA for 1eec086
1 file changed
generator/common/Makefile
@@ -37,7 +37,7 @@ prepare-test:: mage
37
export NEWBEAT_FULL_NAME="Nicolas Ruflin" ; \
38
export NEWBEAT_TYPE=${BEAT_TYPE} ; \
39
export NEWBEAT_DEV=1 ; \
40
- export NEWBEAT_BEATS_REVISION=$(shell git rev-parse origin/master) ; \
+ export NEWBEAT_BEATS_REVISION=$(shell git rev-parse origin/7.16) ; \
41
mage GenerateCustomBeat
42
43
# Runs test build for the created beat
0 commit comments