Skip to content

Commit 84d9a3d

Browse files
authored
Merge pull request #325 from cakephp/ADmad-patch-1
Fix task used for Cake 5.0
2 parents 65f0b39 + db7eaef commit 84d9a3d

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
@@ -263,7 +263,7 @@ $(eval $(cakephp4))
263263

264264
TAG:=5.0.11
265265
VERSION:=5.0
266-
$(eval $(cakephp4))
266+
$(eval $(cakephp5))
267267

268268
TAG:=origin/5.x
269269
VERSION:=5.1

0 commit comments

Comments
 (0)