Skip to content

Commit 42996e2

Browse files
mmlbncopa
authored andcommitted
Fix typo in fetch-latest-releases.lua
To be honest it gives me stomach pains to remove this typo, but I feel like there will be great relief to avoid confusion.
1 parent 49a3209 commit 42996e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fetch-latest-releases.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/lua5.3
22

33
-- script to fetch and parse latest-releases.yaml from master site
4-
-- and fetch the latest minitootfs images for all available branches
4+
-- and fetch the latest minirootfs images for all available branches
55

66
local request = require("http.request")
77
local cqueues = require("cqueues")

0 commit comments

Comments
 (0)