From 0b8931d9f2bbd63cc325ae18bfdc3792b3031307 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Thu, 24 Aug 2023 11:48:14 -0700 Subject: [PATCH] Update upstream_utils/README.md Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com> --- upstream_utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream_utils/README.md b/upstream_utils/README.md index 67dbaca57cb..c9e01f0dbbd 100644 --- a/upstream_utils/README.md +++ b/upstream_utils/README.md @@ -90,7 +90,7 @@ Generate patch files. ```bash git format-patch 2.0..HEAD --zero-commit --abbrev=40 --no-signature ``` -where `2.0` is replaced with the version specified in `update_lib.py`. +where `2.0` is replaced with the version specified in `update_.py`. Move the patch files to `upstream_utils`. ```