summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-06-14 10:02:07 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-06-14 10:02:07 +0200
commita0b1797b4e6a27ea056f134c4e84597899494107 (patch)
tree3c696cd19c5fc6aeac2f6d792dc6299dd310efe3
parentc98991ada4906ae573fa2d9830fc1f41f9059c68 (diff)
downloadconfig-a0b1797b4e6a27ea056f134c4e84597899494107.tar.gz
config-a0b1797b4e6a27ea056f134c4e84597899494107.zip
Fix script
-rwxr-xr-xscripts/git-clone-my2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git-clone-my b/scripts/git-clone-my
index 86238cd..e8a0b59 100755
--- a/scripts/git-clone-my
+++ b/scripts/git-clone-my
@@ -4,7 +4,7 @@
4# Usage: git-clone-my REPO 4# Usage: git-clone-my REPO
5 5
6pull_remote="git@tronto.net:" 6pull_remote="git@tronto.net:"
7push="git@tronto.net git@github.com:sebastianotronto/" 7push="git@tronto.net: git@github.com:sebastianotronto/"
8 8
9if [ -z "$1" ]; then 9if [ -z "$1" ]; then
10 echo "git-clone-my: please specify a valid repository" 10 echo "git-clone-my: please specify a valid repository"

Generated with cgit - Back to sebastiano.tronto.net