Skip to content

Commit

Permalink
Skip .
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Jun 12, 2024
1 parent ca1e169 commit bcd8379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assert/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

function list_files() {
find . -not -path './setup-cli*'
find . -not -path '.' -not -path './setup-cli*'
}

# The ./setup-cli path is expected to be present.
Expand Down

0 comments on commit bcd8379

Please sign in to comment.