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 ```