From 0b9d4fa13574c907cee786dbdb45fb7d35ab2456 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 5 Feb 2025 14:04:24 -0500 Subject: [PATCH] fix(submodule): correct submodule branch ref (#796) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8b08663d8..50c736675 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "src/main/webui"] path = src/main/webui url = https://github.com/cryostatio/cryostat-web - branch = main + branch = cryostat-v4.0