Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
yujingz committed Aug 21, 2024
1 parent 7abb541 commit 3d64dc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/watch-and-upload/watch-and-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ main() {
"$WATCH_DIR" | while read -d "" event; do

event=$(realpath -s "$event")
echo "$event"
if [ -f "$event" ] && [[ "$(basename "$event")" != .* ]]; then
echo "正在处理 $event"
process_file "$event"
Expand Down

0 comments on commit 3d64dc4

Please sign in to comment.