From 9811534e27757342786388d54f0ce5791ba661da Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 12 Apr 2026 11:58:47 -0700 Subject: [PATCH] Update compile-sqlite3-rsync.md --- sqlite/compile-sqlite3-rsync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite/compile-sqlite3-rsync.md b/sqlite/compile-sqlite3-rsync.md index ab14f46a81..31a47ae66b 100644 --- a/sqlite/compile-sqlite3-rsync.md +++ b/sqlite/compile-sqlite3-rsync.md @@ -8,7 +8,7 @@ Today I heard about the [sqlite3-rsync](https://sqlite.org/draft/rsync.html) com git clone https://github.com/sqlite/sqlite.git cd sqlite ./configure -make sqlite3-rsync +make sqlite3_rsync ``` So it looks like the `sqlite-rsync` command is no longer limited to a branch.