Skip to content

Commit 85f7429

Browse files
committed
Change the call to fetch the user's public key, not mine.
I'd changed this while debugging, but now I have it working (with sandstorm prs #3180 and #3181 merged locally).
1 parent 832d5bf commit 85f7429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function fetchKeyText() {
6565
//
6666
// It would probably still be better to use the expected host here,
6767
// but just to demo:
68-
url: 'http://example.com/users/zenhack/keys',
68+
url: 'http://example.com/user/keys',
6969
}, (err, githubResponse, body) => {
7070
if(err) {
7171
reject(err);

0 commit comments

Comments
 (0)