mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
test-in-docker: lint from @dritter
This commit is contained in:
parent
83abdf742c
commit
3c27414e7e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ typeset -aU frameworks
|
|||
frameworks=( docker/*/Dockerfile(N.on:h:t) )
|
||||
for i in {$#frameworks..1}; do
|
||||
# Remove all base entries
|
||||
[[ "${frameworks[$i]}" = base-* ]] && frameworks[$i]=()
|
||||
[[ "${frameworks[$i]}" == base-* ]] && frameworks[$i]=()
|
||||
done
|
||||
typeset -r frameworks
|
||||
|
||||
|
|
Loading…
Reference in a new issue