From 40c4dd2ccac8836c4f5809231ac1f2a0d80b5271 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 5 Feb 2025 14:03:28 -0500 Subject: [PATCH] fix(submodule): correct submodule branch ref --- .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