summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-04-25 17:58:21 -0700
committerJohn <john.mccrae@progress.com>2023-04-25 18:41:10 -0700
commit040b865a841bb813829f74ffcfb8d9b7fe7ec09e (patch)
tree5ce3418d1c6579eaf9bb6b4731584e8cce8cfda1
parent4570d1474dbc7889b3ae0483db57e0fb39ba8b41 (diff)
downloadchef-040b865a841bb813829f74ffcfb8d9b7fe7ec09e.tar.gz
Removed the PS Error Handler
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--habitat/plan.ps15
1 files changed, 0 insertions, 5 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index 38bb56c9b7..4dced59006 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -1,8 +1,3 @@
-
-# debugging - jfm
-# $ErrorActionPreference = 'Continue'
-# /debugging
-
$pkg_name="chef-infra-client"
$pkg_origin="chef"
$pkg_version=(Get-Content $PLAN_CONTEXT/../VERSION)