mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fix SC2004: $
on variables in (( ))
is unnecessary.
This commit is contained in:
parent
e2c2a1cbcc
commit
86d723d91e
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ do
|
|||
|
||||
esac # --- end of case ---
|
||||
done
|
||||
shift $(($OPTIND-1))
|
||||
shift $((OPTIND-1))
|
||||
|
||||
|
||||
__check_unparsed_options() {
|
||||
|
|
Loading…
Add table
Reference in a new issue