Skip to content

Commit

Permalink
slack error notification message fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
razzkumar committed Sep 24, 2019
1 parent 6222380 commit 27d308a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/utils/shell/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func Execute(command string) error {
err := cmd.Run()

if err != nil {
fmt.Println("ERROR :" + stderr.String())
return errors.New(fmt.Sprint(err) + ":- " + stderr.String())
}

Expand Down

0 comments on commit 27d308a

Please sign in to comment.