Skip to content

Commit

Permalink
Set ApplyDisabled on CommentParser to fix help output
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Barker committed Nov 1, 2020
1 parent a5432f8 commit 9a0cfd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ func NewServer(userConfig UserConfig, config Config) (*Server, error) {
GitlabUser: userConfig.GitlabUser,
BitbucketUser: userConfig.BitbucketUser,
AzureDevopsUser: userConfig.AzureDevopsUser,
ApplyDisabled: userConfig.DisableApply,
}
defaultTfVersion := terraformClient.DefaultVersion()
pendingPlanFinder := &events.DefaultPendingPlanFinder{}
Expand Down

0 comments on commit 9a0cfd3

Please sign in to comment.