summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to '')
-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