Skip to content

Commit

Permalink
minor fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Jun 12, 2024
1 parent 5184e49 commit e6d7a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
awk 'BEGIN { prev_blank=0 } { if ($0 ~ /^$/) { if (prev_blank == 0) print; prev_blank=1 } else { print; prev_blank=0 } }' "$file_path" > temp && mv temp "$file_path"
}
file_path='hosts'
file_path='releases/hosts'
remove_adjacent_empty_lines "$file_path"
- name: Commit changes
env:
Expand Down

0 comments on commit e6d7a79

Please sign in to comment.