Skip to content

Commit

Permalink
fixed typo (#34)
Browse files Browse the repository at this point in the history
* fixed typo
  • Loading branch information
scranton authored and soloio-bulldozer[bot] committed May 10, 2019
1 parent 8bb4df6 commit b7af295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/upload_github_release_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ func main() {

fOpts := []pkgmgmtutils.FormulaOptions{
{
Name: "homebrew-tap/sqoop",
FormulaName: "sqoop",
Path: "Formula/sqoop.rb",
Name: "homebrew-tap/sqoopctl",
FormulaName: "sqoopctl",
Path: "Formula/sqoopctl.rb",
RepoOwner: repoOwner, // Make change in this repo owner
RepoName: "homebrew-tap", // expects this repo is forked from PRRepoOwner if PRRepoOwner != RepoOwner
PRRepoOwner: repoOwner, // Make PR to this repo owner
Expand Down

0 comments on commit b7af295

Please sign in to comment.