Merge pull request #3199 from tony-jinwoo-ahn/pdc

Fix misspelled variable
This commit is contained in:
Jim Fasarakis-Hilliard
2021-10-15 06:15:15 +03:00
committed by GitHub

2
pdc.sh
View File

@@ -57,7 +57,7 @@ for act in "${ACTIONS[@]}"; do
done
done
for pst in "${OST_GLOBAL[@]}"; do
for pst in "${POST_GLOBAL[@]}"; do
$pst
done