Skip to content

Commit c1b6fcc

Browse files
spelling error
1 parent 63964cd commit c1b6fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/from-org-with-signer-constraint-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
# find the occurence of `/.github/` and trim everything after it
4848
p := indexof(signerUri, "/.github/")
4949
signerRepoTrim := substring(signerUri, 0, p)
50-
# add back the / prefix to get proper delimiter when doing comparisson
50+
# add back the / prefix to get proper delimiter when doing comparison
5151
signerRepo := concat("", ["/", signerRepoTrim])
5252
endswith(signerRepo, concat("", ["/", signerRepos[m]]))
5353
}

0 commit comments

Comments
 (0)