projects
/
pgxn-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6c951
)
Fix upload URI.
author
David E. Wheeler
<david@justatheory.com>
Tue, 28 Jun 2011 05:05:28 +0000
(22:05 -0700)
committer
David E. Wheeler
<david@justatheory.com>
Tue, 28 Jun 2011 05:05:28 +0000
(22:05 -0700)
lib/pgxn_utils/constants.rb
patch
|
blob
|
blame
|
history
diff --git
a/lib/pgxn_utils/constants.rb
b/lib/pgxn_utils/constants.rb
index 2abf7591de042acc99c6d3742ce29c303da5f390..905c90fd71161891da74e3d06cb06473f9e23b2e 100644
(file)
--- a/
lib/pgxn_utils/constants.rb
+++ b/
lib/pgxn_utils/constants.rb
@@
-1,5
+1,5
@@
module PgxnUtils
module Constants
- UPLOAD_URL = URI.parse('https://manager.pgxn.org/
auth/
upload')
+ UPLOAD_URL = URI.parse('https://manager.pgxn.org/upload')
end
end