mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Fix delete posts param
This commit is contained in:
parent
4440dd302e
commit
de38334e62
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@ delete-logs() {
|
|||
|
||||
declare -i param_counter=0
|
||||
|
||||
while getopts "d:l:h" arg; do
|
||||
while getopts "p:l:h" arg; do
|
||||
case $arg in
|
||||
d)
|
||||
p)
|
||||
delete-posts $OPTARG
|
||||
param_counter+=1
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue