Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
test-in-docker: lint from @dritter
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Jun 27, 2018
1 parent 83abdf7 commit 3c27414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-in-docker
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3c27414

Please sign in to comment.