Skip to content

Commit 3fa39bf

Browse files
JohnTitorwesleytodd
authored andcommitted
Don't assume the default branch is "master"
1 parent 849c636 commit 3fa39bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports.Project = class Project {
2323
this.repo = repo
2424
this.repoOwner = repoOwner
2525
this.repoName = repoName
26-
this.repoBranch = proj.repoBranch || 'master'
26+
this.repoBranch = proj.repoBranch || 'HEAD'
2727
this.repoDirectory = proj.repoDirectory || '/'
2828
this.packageName = null
2929
}

0 commit comments

Comments
 (0)