Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanent committed Sep 7, 2022
1 parent 5907c8d commit 4d08800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/policies/action/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ type ActionSelector struct {
Name string `json:"name"`

// Version is a version constraint using either a commit, tag, or branch
// branch ref.
// ref.
// Examples: ">= 696c241da8ea301b3f1d2343c45c1e4aa38f90c7" ">= v1.0.0",
// "< v2.2.0"
// Default "" targets any version
Expand Down

0 comments on commit 4d08800

Please sign in to comment.