diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-14 10:02:07 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-14 10:02:07 +0200 |
| commit | a0b1797b4e6a27ea056f134c4e84597899494107 (patch) | |
| tree | 3c696cd19c5fc6aeac2f6d792dc6299dd310efe3 /scripts | |
| parent | c98991ada4906ae573fa2d9830fc1f41f9059c68 (diff) | |
| download | config-a0b1797b4e6a27ea056f134c4e84597899494107.tar.gz config-a0b1797b4e6a27ea056f134c4e84597899494107.zip | |
Fix script
Diffstat (limited to '')
| -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" |
