Skip to content

Commit df7939e

Browse files
committed
code comment
1 parent d52b8a8 commit df7939e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/git/protected_branch.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ func (protectBranch *ProtectedBranch) loadGlob() {
9191
protectBranch.isPlainName = true
9292
return
9393
}
94+
// now we load the glob
9495
var err error
9596
protectBranch.globRule, err = glob.Compile(protectBranch.RuleName, '/')
9697
if err != nil {

0 commit comments

Comments
 (0)