Skip to content

Commit

Permalink
fix file count
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Oct 5, 2024
1 parent 0c0b2fd commit 46240da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check-docker-context
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EOF
vars="$(awk '
/ DONE / { stage="" }
/RUN find .$/ { stage="files" }
/RUN find \./ { stage="files" }
/RUN du -s .$/ { stage="size" }
stage == "files" { ++file_count }
Expand Down

0 comments on commit 46240da

Please sign in to comment.