Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alex28sh committed Aug 21, 2024
1 parent 651f4f2 commit e8cad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/scripts/test-new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "New files found:"
for f in $1; do
# Check if the file is in the known directory
if [[ $f == $directory/* ]]; then
if [[ $f == *.py and $f == $directory/*]]; then
if [[ $f == *.py ]]; then
echo $f
file_count=$((file_count+1))
fi
Expand Down

0 comments on commit e8cad80

Please sign in to comment.