Skip to content

Commit

Permalink
Add ref to stackoverflow help article.
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed May 7, 2024
1 parent 0f39690 commit c272973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/install_aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
)

func ErrorCheck(output []byte, err error) {
// https://stackoverflow.com/a/7786922
if err != nil {
logging.Logger.Println(err.Error())
return
Expand Down

0 comments on commit c272973

Please sign in to comment.