From c58f6f6ec618705d7ea4d8c9f0409c159444ca07 Mon Sep 17 00:00:00 2001 From: Tony Jinwoo Ahn Date: Sat, 2 Oct 2021 21:13:14 +0900 Subject: [PATCH] Fix misspelled variable --- pdc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdc.sh b/pdc.sh index d54b29c45..5f5f17bab 100755 --- a/pdc.sh +++ b/pdc.sh @@ -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