mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 20:38:46 +00:00
Make bootstrap re-runnable. README edits
This commit is contained in:
@@ -80,10 +80,10 @@ func (g *GithubCommentRenderer) renderProjectResults(pathResults []ProjectResult
|
||||
if result.Error != nil {
|
||||
results[result.Path] = g.renderTemplate(errTmpl, struct {
|
||||
Command string
|
||||
Error string
|
||||
Error string
|
||||
}{
|
||||
Command: common.Command,
|
||||
Error: result.Error.Error(),
|
||||
Error: result.Error.Error(),
|
||||
})
|
||||
} else if result.Failure != "" {
|
||||
results[result.Path] = g.renderTemplate(failureTmpl, struct {
|
||||
|
||||
Reference in New Issue
Block a user