Skip to content

Commit

Permalink
Merge pull request #420 from abhinav/packp-action-type
Browse files Browse the repository at this point in the history
packp: Actions should have type Action
  • Loading branch information
mcuadros committed Dec 10, 2021
2 parents 1a8f803 + fe308ea commit 605e273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plumbing/protocol/packp/updreq.go
Expand Up @@ -87,9 +87,9 @@ type Action string

const (
Create Action = "create"
Update = "update"
Delete = "delete"
Invalid = "invalid"
Update Action = "update"
Delete Action = "delete"
Invalid Action = "invalid"
)

type Command struct {
Expand Down

0 comments on commit 605e273

Please sign in to comment.