Skip to content

Commit

Permalink
fix(open-issue): use correct value for pin branch sha
Browse files Browse the repository at this point in the history
  • Loading branch information
finnp committed Jun 13, 2017
1 parent d69492d commit a1ad89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/open-issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = async function (
return parsed.toString()
}

const { sha } = await createBranch({
const sha = await createBranch({
installationId,
owner,
repo,
Expand Down

0 comments on commit a1ad89f

Please sign in to comment.