Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskern74 committed Feb 27, 2024
1 parent 37269b0 commit 4fcad2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/filename-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo "Hello"
all_files=$(find doc/manual -type f)
echo $all_files
files_with_caps=$(find doc/manual -type f | grep -E "[A-Z]")
files_with_caps=$("find doc/manual -type f | grep -E '[A-Z]'")
echo $files_with_caps
# if [ ! -z "$files_with_caps" ]; then
# echo "Files with capital letters:"
Expand Down

0 comments on commit 4fcad2f

Please sign in to comment.