commit a0b1797b4e6a27ea056f134c4e84597899494107
parent c98991ada4906ae573fa2d9830fc1f41f9059c68
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Sun, 14 Jun 2026 10:02:07 +0200
Fix script
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/git-clone-my b/scripts/git-clone-my
@@ -4,7 +4,7 @@
# Usage: git-clone-my REPO
pull_remote="git@tronto.net:"
-push="git@tronto.net git@github.com:sebastianotronto/"
+push="git@tronto.net: git@github.com:sebastianotronto/"
if [ -z "$1" ]; then
echo "git-clone-my: please specify a valid repository"