diff --git a/Makefile b/Makefile index 813e9d6..a19c08e 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ bots: # when you start a new project, use the latest release, and update it from time to time test/common: flock Makefile sh -ec '\ - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 228; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 230; \ git checkout --force FETCH_HEAD -- test/common; \ git reset test/common'