Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
u_repoid => repo_id
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Mar 21, 2011
1 parent c2ffad6 commit 14a848a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/unfuddle
Expand Up @@ -17,13 +17,13 @@ http://example.unfuddle.com/a#/projects/32429/repositories/28573/browse
In the above, the data you need for configuration is:

- subdomain: example
- u_repoid: 28573
- repo_id: 28573

Developer Notes
---------------

data
- u_repoid (Unfuddle respository ID)
- subdomain
- repo_id (Unfuddle respository ID)
- subdomain
- username (Unfuddle API account holder)
- password (Unfuddle API account password)
- password (Unfuddle API account password)
2 changes: 1 addition & 1 deletion services/unfuddle.rb
Expand Up @@ -3,7 +3,7 @@

service :unfuddle do |data, payload|

u_repoid = data['u_repoid']
u_repoid = data['repo_id']
u_account = "http://#{data['subdomain']}.unfuddle.com/"

repository = payload['repository']['name']
Expand Down

0 comments on commit 14a848a

Please sign in to comment.