Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
phylake committed Oct 7, 2016
1 parent 4908554 commit 4aab737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hook/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func (recv *regionHookRunner) buildAndRun(log log15.Logger, imageName,
log.Info("Building deployment hook START")
log.Info("==============================")
err := dockerBuildCmd.Run()
log.Info("============================")
log.Info("==============================")
log.Info("Building deployment hook END")

if err != nil {
Expand All @@ -485,7 +485,7 @@ func (recv *regionHookRunner) buildAndRun(log log15.Logger, imageName,
runCmd.Stderr = &logOutput

log.Info("Running deployment hook START")
log.Info("==============================")
log.Info("=============================")
err = runCmd.Run()
log.Info("===========================")
log.Info("Running deployment hook END")
Expand Down

0 comments on commit 4aab737

Please sign in to comment.