Fix misspelled variable

This commit is contained in:
Tony Jinwoo Ahn
2021-10-02 21:13:14 +09:00
parent fad0b6b944
commit c58f6f6ec6

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