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