fix deply_playbook option issue (#452)

This commit is contained in:
Kaizhe Huang 2018-11-02 17:20:24 -07:00 committed by Mark Stemm
parent 8c6ebd586d
commit 438f647984

View File

@ -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)