From 160959df492b883d25532c6933a97e6d0554d48c Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 7 Nov 2022 19:24:09 +0800 Subject: [PATCH] caroot: Update VCS instructions --- secure/caroot/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/caroot/README b/secure/caroot/README index 1e123080559e..9b41e27bf0d3 100644 --- a/secure/caroot/README +++ b/secure/caroot/README @@ -12,7 +12,7 @@ It will: 2) Download the latest certdata.txt from Mozilla (fetchcerts) 3) Split certdata.txt into the individual .pem files (updatecerts) -Then the results should manually be inspected (svn status) +Then the results should manually be inspected (git status) 1) Any no-longer-trusted certificates should be moved to the untrusted directory (git mv) 2) any newly added certificates will need to be added (git add)