Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Update bug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 authored Jun 12, 2024
1 parent 2ef28ba commit 909ff32
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 @@ -56,7 +56,7 @@ jobs:
cat hosts-hasilsorted | sudo tee -a hosts > /dev/null
- name: Remove Adjacent Empty Lines
run: |
awk '!/^$/ || x {print} {x=1}' hosts > hosts.tmp
awk '/(\.+$)/' hosts > hosts.tmp
mv hosts.tmp hosts
- name: Commit changes
run: |
Expand Down

0 comments on commit 909ff32

Please sign in to comment.