diff --git a/Makefile b/Makefile index 5e8353c..cf5324d 100644 --- a/Makefile +++ b/Makefile @@ -150,7 +150,7 @@ test/common: # checkout Cockpit's PF/React/build library; again this has no API stability guarantee, so check out a stable tag $(LIB_TEST): flock Makefile sh -ec '\ - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 236; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 238; \ git checkout --force FETCH_HEAD -- pkg/lib; \ git reset -- pkg/lib' mv pkg/lib src/ && rmdir -p pkg