fix secret argument option key

This commit is contained in:
Bruck Wubete 2018-06-15 14:10:32 -04:00 committed by GitHub
parent c4bae24d2c
commit 0965e522a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ while getopts "eh:" opt; do
h) h)
HOST=$OPTARG HOST=$OPTARG
;; ;;
e) s)
SECRET=$OPTARG SECRET=$OPTARG
;; ;;
:) :)