From bd1a008bb0c6d4db25b30d9cf496115998aa551d Mon Sep 17 00:00:00 2001 From: ducoterra Date: Tue, 2 Nov 2021 15:46:48 -0400 Subject: [PATCH] Update pull-minecraft to not use remote. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4bea1e..fe455f2 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ include .gitlab/Makefile .PHONY: pull-minecraft pull-minecraft: - git subtree pull --prefix minecraft minecraft master + git subtree pull --squash --prefix minecraft git@gitlab.ducoterra.net:services/minecraft_vanilla.git master