PT-2289 - Allow pt-stalk do disable ps-lock-transactions data collection via parameter

- Fixed typo found during review
This commit is contained in:
Sveta Smirnova
2025-09-10 18:19:03 +03:00
parent 919970abe9
commit bfeaa98379
2 changed files with 0 additions and 2 deletions

View File

@@ -1387,7 +1387,6 @@ _should_skip() {
local name=$1
for item in "${OPT_SKIP_COLLECTION[@]}"; do
echo $item >> /tmp/sveta
if [ "$item" == "$name" ]; then
return 0
fi

View File

@@ -677,7 +677,6 @@ _should_skip() {
local name=$1
for item in "${OPT_SKIP_COLLECTION[@]}"; do
echo $item >> /tmp/sveta
if [ "$item" == "$name" ]; then
return 0
fi