Skip to content

Commit

Permalink
Comment on closed PR with locks/plans cleaned (runatlantis#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow authored Jun 26, 2017
1 parent 7f8f85a commit e03775d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion locking/locking.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func (c *Client) Unlock(key string) (*models.ProjectLock, error) {
if err != nil {
return nil, err
}

return c.backend.Unlock(project, env)
}

Expand Down
2 changes: 1 addition & 1 deletion server/plan_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type PlanExecutor struct {
terraform *TerraformClient
githubCommentRenderer *GithubCommentRenderer
lockingClient *locking.Client
// LockURL is a function that given a lock id will return a url for detail view
// LockURL is a function that given a lock id will return the url to view that lock
LockURL func(id string) (url string)
planBackend plan.Backend
}
Expand Down

0 comments on commit e03775d

Please sign in to comment.