aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2021-03-19-clone-github-repos.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-06-21 12:42:04 -0500
committerChristian Cleberg <[email protected]>2026-06-21 12:42:04 -0500
commit538dfa2807ebb82704b2249d337cc9abefde4020 (patch)
tree9a465b0dd90150c05d9d4d54297001e6dc7610ed /content/blog/2021-03-19-clone-github-repos.org
parent54339a23f57c6dd24cc3cec3806d3a29e94b759f (diff)
downloadcleberg.net-538dfa2807ebb82704b2249d337cc9abefde4020.tar.gz
cleberg.net-538dfa2807ebb82704b2249d337cc9abefde4020.tar.bz2
cleberg.net-538dfa2807ebb82704b2249d337cc9abefde4020.zip
fix: resolve spelling issues in pre-2026 posts
Diffstat (limited to 'content/blog/2021-03-19-clone-github-repos.org')
-rw-r--r--content/blog/2021-03-19-clone-github-repos.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/2021-03-19-clone-github-repos.org b/content/blog/2021-03-19-clone-github-repos.org
index 0bcad4f..11db8a7 100644
--- a/content/blog/2021-03-19-clone-github-repos.org
+++ b/content/blog/2021-03-19-clone-github-repos.org
@@ -117,7 +117,7 @@ do this, let's create another bash script:
nano change_remote_urls.sh
#+end_src
-Past the following information and be sure to change the URL (uniform resource
+Paste the following information and be sure to change the URL (uniform resource
locator) information to whichever host you are moving to. For this example, I am
looping through all of my cloned GitHub directories and changing them to
Sourcehut (e.g. =<YOUR_NEW_REMOTE_URL>= -> [email protected]:~myusername=).