We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e5231 commit d4e5c89Copy full SHA for d4e5c89
mimetypes-dev-1.rockspec
@@ -10,7 +10,7 @@ version = package_version.."-"..rockspec_revision
10
11
source = {
12
url = "git+https://github.com/"..github_account_name.."/"..github_repo_name..".git",
13
- branch = (package_version == "dev") and "master" or nil,
+ branch = (package_version == "dev") and "main" or nil,
14
tag = (package_version ~= "dev") and package_version or nil,
15
}
16
0 commit comments