From 4a589672a92b6c908911b79860c0e7be3c60bb9e Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Mon, 27 Mar 2023 18:35:37 +0100 Subject: [PATCH] Fix Makefile for consequences of #5204. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74a87db427..0bb56edbf9 100755 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ lockfiles: - python tools/update_lockfiles.py -o requirements/ci/nox.lock requirements/ci/py*.yml \ No newline at end of file + python tools/update_lockfiles.py -o requirements/locks requirements/py*.yml \ No newline at end of file