Skip to content

Commit 276c613

Browse files
Merge pull request #606 from tbrowder/rm-flat
simplify for loop
2 parents cfd3ee3 + 6a252c5 commit 276c613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlify.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ sub MAIN(
125125

126126
say 'Creating html/subdirectories ...';
127127

128-
for flat '', <programs type language routine images syntax> {
128+
for <programs type language routine images syntax> {
129129
mkdir "html/$_" unless "html/$_".IO ~~ :e;
130130
}
131131

0 commit comments

Comments
 (0)