From ec27f2b84ffcb96a7a53d901a830984cb4951a1a Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Fri, 30 Nov 2018 00:24:03 +0000
Subject: [PATCH] fixed optional step param to thanos

Former-commit-id: 7fd298ad2dce23bbc43014ab34691fd2614ed264
---
 tools/ps_analyze.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/ps_analyze.sh b/tools/ps_analyze.sh
index ba0ad09b2..23b827aaf 100755
--- a/tools/ps_analyze.sh
+++ b/tools/ps_analyze.sh
@@ -473,7 +473,7 @@ stop_if_error()
 	my_step=$1
 
 	# check for a step the user specified as critical.
-	echo "$user_critical_steps"|egrep " $step " > /dev/null
+	echo "$user_critical_steps"|egrep " $my_step " > /dev/null
 	grep_res=$?
 	if [ $grep_res -eq 0 ] ; then
 		return 4;
-- 
GitLab