From 000adeaaf41c9b4c44d178a58843a5a1badf19b6 Mon Sep 17 00:00:00 2001 From: Andrew Edmonds Date: Mon, 14 Oct 2024 10:59:18 -0500 Subject: [PATCH] Make fix to instructions --- doc/v5-to-v6_developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/v5-to-v6_developers.md b/doc/v5-to-v6_developers.md index 3fc5279..8733c73 100644 --- a/doc/v5-to-v6_developers.md +++ b/doc/v5-to-v6_developers.md @@ -7,7 +7,7 @@ From your working directory before doing ```muse setup```: ``` mv TrkAna/ EventNtuple/ cd EventNtuple/ -git remote set-url origin git@github.com/YourUsername/EventNtuple +git remote set-url origin git@github.com:YourUsername/EventNtuple git remote set-url mu2e https://github.com/Mu2e/EventNtuple cd ../ rm -rf build/XXX/ # if you like