From c272973bade79cc6ccaa04545e7d0993abcd9637 Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Tue, 7 May 2024 12:49:45 -0400 Subject: [PATCH] Add ref to stackoverflow help article. --- cmd/install_aws.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/install_aws.go b/cmd/install_aws.go index 70760db..c98140b 100644 --- a/cmd/install_aws.go +++ b/cmd/install_aws.go @@ -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