diff options
| -rwxr-xr-x | scripts/git-clone-my | 2 |
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 | ||
| 6 | pull_remote="git@tronto.net:" | 6 | pull_remote="git@tronto.net:" |
| 7 | push="git@tronto.net git@github.com:sebastianotronto/" | 7 | push="git@tronto.net: git@github.com:sebastianotronto/" |
| 8 | 8 | ||
| 9 | if [ -z "$1" ]; then | 9 | if [ -z "$1" ]; then |
| 10 | echo "git-clone-my: please specify a valid repository" | 10 | echo "git-clone-my: please specify a valid repository" |
