Skip to content

Commit 21913f5

Browse files
committed
Changes branch name from main to master
1 parent 2637d47 commit 21913f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/Formula/formula.rb.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class {{ spec.title| caseUcfirst }} < Formula
44
desc "CLI is a Node based command-line tool for {{ spec.title| caseUcfirst }} API"
55
homepage "{{ sdk.url }}"
66
license "{{ sdk.license }}"
7-
head "https://github.com/{{ sdk.gitUserName }}/{{ sdk.gitRepoName | caseDash }}.git", branch: "main"
7+
head "https://github.com/{{ sdk.gitUserName }}/{{ sdk.gitRepoName | caseDash }}.git", branch: "master"
88

99
depends_on "node"
1010

0 commit comments

Comments
 (0)