We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2637d47 commit 21913f5Copy full SHA for 21913f5
templates/cli/Formula/formula.rb.twig
@@ -4,7 +4,7 @@ class {{ spec.title| caseUcfirst }} < Formula
4
desc "CLI is a Node based command-line tool for {{ spec.title| caseUcfirst }} API"
5
homepage "{{ sdk.url }}"
6
license "{{ sdk.license }}"
7
- head "https://github.com/{{ sdk.gitUserName }}/{{ sdk.gitRepoName | caseDash }}.git", branch: "main"
+ head "https://github.com/{{ sdk.gitUserName }}/{{ sdk.gitRepoName | caseDash }}.git", branch: "master"
8
9
depends_on "node"
10
0 commit comments