mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
docker: prune unused local variable in docker wrapper
This commit is contained in:
parent
a044ce15c0
commit
6268c74d76
@ -4,7 +4,7 @@
|
||||
set -e
|
||||
|
||||
parse_docker_args() {
|
||||
local flag value
|
||||
local flag
|
||||
while [[ $# -gt 0 ]]; do
|
||||
flag="$1"
|
||||
shift
|
||||
|
Loading…
x
Reference in New Issue
Block a user