Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgnunes committed Mar 13, 2024
1 parent eaa223d commit 3112464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,8 @@ _validate_files_count() {
valid_file_term="plain text files"
elif [[ "$par_type" == "file" ]]; then
valid_file_term="files"
elif [[ "$par_type" == "all" ]]; then
valid_file_term="files or directories"
fi

# Count the number of valid files.
Expand Down

0 comments on commit 3112464

Please sign in to comment.