From 7ed613977a63a140ea28cc3989eefa0ca04a85a5 Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Tue, 3 Sep 2024 10:03:19 -0700 Subject: [PATCH] Fix duplicate line in submodule update instructions. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7cdc336..1d02845 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ $ git \ -c submodule."third_party/llvm-project".update=none \ -c submodule."third_party/stablehlo".update=none \ -c submodule."third_party/torch-mlir".update=none \ - -c submodule."third_party/torch-mlir".update=none \ submodule update --init --recursive ```