diff options
author | Jason Chu <jchu@xentac.net> | 2008-04-05 18:35:56 -0700 |
---|---|---|
committer | Jason Chu <jchu@xentac.net> | 2008-04-05 18:35:56 -0700 |
commit | a78c8f2cb907e84f4865fe57383b20fd402b9297 (patch) | |
tree | 7cf43c78a747072547551424ab149d77455d1229 /archco | |
parent | 7c3bb0642a2e8b41a330ce9caa4c51619ffbf636 (diff) | |
download | devtools32-a78c8f2cb907e84f4865fe57383b20fd402b9297.tar.xz |
Fix a typo in archco -- now it has the proper url
Diffstat (limited to 'archco')
-rwxr-xr-x | archco | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ if [ "$1" = "" ]; then exit 1 fi -svn co ssh://svn.archlinux.org/home/svn-packages/$1 +svn co svn+ssh://svn.archlinux.org/home/svn-packages/$1 |