mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Remove "Z" option from list of possible options
The functionality for the "Z" option was removed a while ago, but the letter was never removed from the opt list. This change fixes the following shellcheck warning: SC2213: getopts specified -Z, but it's not handled by this 'case'.
This commit is contained in:
parent
1a22209835
commit
18e1b973f2
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ EOT
|
|||
} # ---------- end of function __usage ----------
|
||||
|
||||
|
||||
while getopts ':hvnDc:g:Gyx:wk:s:MSNXCPFUKIA:i:Lp:dH:ZbflV:J:j:rR:aq' opt
|
||||
while getopts ':hvnDc:g:Gyx:wk:s:MSNXCPFUKIA:i:Lp:dH:bflV:J:j:rR:aq' opt
|
||||
do
|
||||
case "${opt}" in
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue