Skip to content

Commit

Permalink
Merge pull request #21 from siboulet/fix-remote-push-uri
Browse files Browse the repository at this point in the history
Fix remote push being added to receiving local repo
  • Loading branch information
mafintosh committed Mar 30, 2015
2 parents 031f68a + 4dfb162 commit 78daecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository.js
Expand Up @@ -189,7 +189,7 @@ var listen = function(options) {
request.post({
uri: repo.uri + '/data/' + key,
headers: {
'x-repository': repo.uri
'x-repository': own.uri
},
json: true,
body: values
Expand Down

0 comments on commit 78daecf

Please sign in to comment.