mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-28 02:41:31 +00:00
fix deply_playbook option issue (#452)
This commit is contained in:
parent
8c6ebd586d
commit
438f647984
@ -31,9 +31,9 @@ playbook=""
|
|||||||
environment=()
|
environment=()
|
||||||
topics=()
|
topics=()
|
||||||
|
|
||||||
while getopts "r:e:t:" arg; do
|
while getopts "p:e:t:" arg; do
|
||||||
case $arg in
|
case $arg in
|
||||||
r)
|
p)
|
||||||
playbook="${OPTARG}"
|
playbook="${OPTARG}"
|
||||||
;;
|
;;
|
||||||
e)
|
e)
|
||||||
|
Loading…
Reference in New Issue
Block a user