From 3f8c51e0979f0d5e83a3ca05d5a22aaafe3f711b Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Mon, 11 Nov 2024 13:55:18 -0500 Subject: [PATCH] fix typo at update remote --- .config/yadm/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 83dee4d..bd256d6 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -75,4 +75,4 @@ if ! [ -d "$HOME/.zsh/zsh-vi-mode" ]; then fi echo "Setting yadm repo origin to SSH" -yadm remote set-url origin "git@github.com/cdanesi/dotfiles.git" +yadm remote set-url origin "git@github.com:cdanesi/dotfiles.git"