Skip to content

Commit a3d73a1

Browse files
committed
fix comment
1 parent a0f9f67 commit a3d73a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/policy/policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func (p *DiggerHttpPolicyProvider) getPolicyForNamespace(namespace string, proje
7373

7474
}
7575

76-
// GetPolicy fetches policy for entire organisation, if not found for organisation then it will fetch it for project
76+
// GetPolicy fetches policy for particular project, if not found then it will fallback to org level policy
7777
func (p *DiggerHttpPolicyProvider) GetPolicy(organisation string, namespace string, projectName string) (string, error) {
7878
content, resp, err := p.getPolicyForNamespace(namespace, projectName)
7979
if err != nil {

0 commit comments

Comments
 (0)