Skip to content

Commit e1b75f1

Browse files
Merge pull request #571 from appwrite/fix-homebrew-branch
Changes branch name from main to master
2 parents 820e837 + 21913f5 commit e1b75f1

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)