From a54891e847af02e65e1b7019a298935679f60ce1 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Fri, 15 May 2026 09:27:36 -0700 Subject: [PATCH] fix set-url command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cad2832..8e6d428 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ in heckin gitea, create destination repo. ### 2. add dronefile to source repo -Filename: `.drone.yml`, in root of repo. Note the `<>` vars to replace. +Filename: `.drone.yml`, in root of repo. Note the `` to replace. ```yaml kind: pipeline @@ -79,7 +79,7 @@ git submodule add if you used the SSH url, set it to the HTTPS url. ```sh -git submodule set-url +git submodule set-url git add .gitmodules # the changes from submodule add are auto-staged, this config change isn't ```