Skip to content

Commit b8d8358

Browse files
zehaclaude
andcommitted
Fix YAML syntax error in workflow file
- Remove unescaped single quote in Perl script comment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 222d109 commit b8d8358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-masterlist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
$has_site = $has_type = $has_country = 0;
5454
}
5555
END {
56-
# Check last entry if file doesn'\''t end with blank line
56+
# Check last entry if file does not end with blank line
5757
if ($has_site && !$has_type) {
5858
print "ERROR: Entry $entry ($site) missing Type field\n";
5959
$errors++;

0 commit comments

Comments
 (0)