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

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Caiyeon committed Dec 15, 2017
1 parent 3b13401 commit 5be7103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func CreateGithubRequest(auth *vault.AuthInfo, raw map[string]interface{}) (*Git
conf.GithubAccessToken,
conf.GithubRepoOwner,
conf.GithubRepo,
conf.GithubTargetBranch,
"",
conf.GithubPoliciesPath,
"",
r.CommitHash,
Expand Down

0 comments on commit 5be7103

Please sign in to comment.