Skip to content

Commit

Permalink
This is what happens when you forgot to write TODOs, kids.
Browse files Browse the repository at this point in the history
  • Loading branch information
beerendlauwers committed Aug 7, 2016
1 parent 924f819 commit 9a6ac37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/js/pull-request.js
Expand Up @@ -60,8 +60,7 @@ function submitHaskAnythingPullRequest( userToken, userName, data, logWriter ) {
logWriter("Opened up a connection to Github.");

// This is the repository that will be forked and a pull request submitted against.
//var master = { username: "beerendlauwers", repo: "HaskAnything" };
var master = { username: "uitgeleend", repo: "testing" };
var master = { username: "beerendlauwers", repo: "HaskAnything" };

var masterHaskAnything = github.getRepo(master.username, master.repo);

Expand Down Expand Up @@ -228,4 +227,4 @@ function testSubmit() {
pullRequestName: "Automated pull request with flow",
pullRequestBody: "Body of the pull request."
};
}
}

0 comments on commit 9a6ac37

Please sign in to comment.