Skip to content

Commit

Permalink
Im an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 19, 2024
1 parent 2d0d9af commit a6f1bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo -e "$services" >> ./SERVICES.md
games=""
for file in ./services-available/games*.yml; do
for file in ./services-available/games/*.yml; do
service_name=$(basename "$file" .yml)
service_link=$(sed -n '/^# \+https/p' "$file" | sed 's/^#\s*//g' | head -n 1)
description=$(sed -n 's/^# \+description: //p' "$file" | head -n 1)
Expand Down

0 comments on commit a6f1bc9

Please sign in to comment.