Skip to content

Commit 81e5366

Browse files
committed
update
1 parent 912f310 commit 81e5366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data = read(`gh repo list JuliaDocs --json "isArchived,description,homepageUrl,n
44

55
repos = JSON.parse(data)
66

7-
# drop archive repositories
7+
# drop archived repositories
88
repos = filter!(x -> !x["isArchived"], repos)
99

1010
repos = filter!(x -> x["name"] != "juliadocs.github.io", repos)

0 commit comments

Comments
 (0)