From 60ea2728547be78e213013adb2eb7b0f581643ae Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 31 Oct 2022 10:10:30 +0530 Subject: [PATCH] bluefeds + trimurti: fix typo of not including _origin_ in the git remote add command --- content/posts/bluefeds.md | 4 ++-- content/posts/trimurti.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/posts/bluefeds.md b/content/posts/bluefeds.md index 162ba31..7c0bf1b 100644 --- a/content/posts/bluefeds.md +++ b/content/posts/bluefeds.md @@ -383,12 +383,12 @@ grep net.ipv4.ping_group_range /etc/sysctl.conf || echo "net.ipv4.ping_group_ran git clone --recursive git@gitlab.com:thefossguy/blog.git /trayimurti/containers/volumes/blog cd /trayimurti/containers/volumes/blog git remote rm origin -git remote add git@git.thefossguy.com:thefossguy/blog.git +git remote add origin git@git.thefossguy.com:thefossguy/blog.git git clone --recursive git@gitlab.com:thefossguy/machines.git /trayimurti/containers/volumes/mach cd /trayimurti/containers/volumes/mach git remote rm origin -git remote add git@git.thefossguy.com:thefossguy/machines.git +git remote add origin git@git.thefossguy.com:thefossguy/machines.git ``` diff --git a/content/posts/trimurti.md b/content/posts/trimurti.md index d100421..c6bdaa8 100644 --- a/content/posts/trimurti.md +++ b/content/posts/trimurti.md @@ -359,12 +359,12 @@ grep net.ipv4.ping_group_range /etc/sysctl.conf || echo "net.ipv4.ping_group_ran git clone --recursive git@gitlab.com:thefossguy/blog.git /brahmaand/containers/volumes/blog cd /brahmaand/containers/volumes/blog git remote rm origin -git remote add git@git.thefossguy.com:thefossguy/blog.git +git remote add origin git@git.thefossguy.com:thefossguy/blog.git git clone --recursive git@gitlab.com:thefossguy/machines.git /brahmaand/containers/volumes/mach cd /brahmaand/containers/volumes/mach git remote rm origin -git remote add git@git.thefossguy.com:thefossguy/machines.git +git remote add origin git@git.thefossguy.com:thefossguy/machines.git ```