From f84e192774608dc21089a7375ed0bdc4c7bc7ef5 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 23 Jun 2022 12:57:47 +0200 Subject: [PATCH] git: Make sure we're always pulling the latest libpl --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 32f2be6..646e0a7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,4 @@ [submodule "tests/lib/pl"] path = tests/lib/pl url = https://github.com/WerWolv/PatternLanguage + branch = master