From 300ca6b436f8e4c7991bb27310b20e81f57a4738 Mon Sep 17 00:00:00 2001 From: Samuel O'Neal Date: Mon, 11 May 2026 10:45:40 -0600 Subject: [PATCH] updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95ab66b..bd7d856 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ check-stow: .PHONY: pull-updates pull-updates: @echo "Pulling all recent updates" - @git pull gitlab main + @git pull origin main @git submodule update --recursive --remote .PHONY: link