summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-04-25 17:22:51 -0700
committerJohn <john.mccrae@progress.com>2023-04-25 17:23:30 -0700
commitb1975ed83f4d07cee5a22bac094541ad7c29f593 (patch)
treeb2a724f6d4d49199c9103ad78ab32c9565ea12c1
parentacaae1b4ed3177cb7098a999856d521268b195e6 (diff)
downloadchef-b1975ed83f4d07cee5a22bac094541ad7c29f593.tar.gz
Commented out PS Error Handler
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--habitat/plan.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index 6e457036e3..38bb56c9b7 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -1,6 +1,6 @@
# debugging - jfm
-$ErrorActionPreference = 'Continue'
+# $ErrorActionPreference = 'Continue'
# /debugging
$pkg_name="chef-infra-client"