Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
msarvar committed Nov 9, 2020
1 parent 2fef3fc commit 36cf6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/events/models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,8 @@ func (c CommandName) String() string {
return ""
}

// PreWorkflowHookCommandContext defines the context for a plan or apply stage that will
// be executed for a project.
// PreWorkflowHookCommandContext defines the context for a pre_worklfow_hooks that will
// be executed before workflows.
type PreWorkflowHookCommandContext struct {
// BaseRepo is the repository that the pull request will be merged into.
BaseRepo Repo
Expand Down

0 comments on commit 36cf6fb

Please sign in to comment.