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.
2 parents 820e837 + 21913f5 commit e1b75f1Copy full SHA for e1b75f1
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