Skip to content

Commit

Permalink
Replacing deprecated hub with gh cli
Browse files Browse the repository at this point in the history
Signed-off-by: iddevops-bot <getgauge@outlook.com>
  • Loading branch information
gaugebot committed Jun 22, 2023
1 parent 42fa790 commit f3c57cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/brew/create_brew_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git config --global user.name "$HOMEBREW_GITHUB_USER_NAME"
git config --global user.email "$HOMEBREW_GITHUB_USER_EMAIL"


(gh repo clone homebrew-core) || (gh repo clone Homebrew/homebrew-core && cd homebrew-core && gh repo fork Homebrew/homebrew-core)
(gh repo clone $HOMEBREW_GITHUB_USER_NAME/homebrew-core) || (gh repo clone Homebrew/homebrew-core && cd homebrew-core && gh repo fork Homebrew/homebrew-core)

cd homebrew-core
git remote add upstream https://github.com/Homebrew/homebrew-core.git
Expand Down

0 comments on commit f3c57cc

Please sign in to comment.