diff options
author | pjmattal <pjmattal> | 2005-04-11 01:13:23 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-04-11 01:13:23 +0000 |
commit | 153cc0dc880b01702b9bd98f86786816918c8eca (patch) | |
tree | 5c6084560f85f8f51f2e96112c7d3b82589fed55 /tupkg | |
parent | 4a61386e3fcfb67fd329357cdea86b5fa4e7a3db (diff) | |
download | aurweb-153cc0dc880b01702b9bd98f86786816918c8eca.tar.xz |
misc updates off of pedantic from long ago
Diffstat (limited to 'tupkg')
-rwxr-xr-x | tupkg/client/tupkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tupkg/client/tupkg b/tupkg/client/tupkg index 380dc53..458d86b 100755 --- a/tupkg/client/tupkg +++ b/tupkg/client/tupkg @@ -126,7 +126,7 @@ def main(argv=None): confdict = {} confdict['user'] = "" confdict['password'] = "" - confdict['host'] = '' + confdict['host'] = 'aur.archlinux.org' confdict['port'] = 1034 if len(argv) == 1: |