Skip to content

Commit d4e5c89

Browse files
committed
fix(rockspec): development branch is main, not master
1 parent 48e5231 commit d4e5c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimetypes-dev-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = package_version.."-"..rockspec_revision
1010

1111
source = {
1212
url = "git+https://github.com/"..github_account_name.."/"..github_repo_name..".git",
13-
branch = (package_version == "dev") and "master" or nil,
13+
branch = (package_version == "dev") and "main" or nil,
1414
tag = (package_version ~= "dev") and package_version or nil,
1515
}
1616

0 commit comments

Comments
 (0)