From 84695887cf9ecbce2188a7f909d0d29bfd4a4ad1 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 15 Oct 2022 02:00:50 -0700 Subject: [PATCH] meta: fix auto-update --- auto-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-update b/auto-update index 17fe505..28faba4 100755 --- a/auto-update +++ b/auto-update @@ -13,7 +13,7 @@ latest() { : \ any=0 flags="-L --no-progress-meter" n="$(printf '\n.')" n="${n%.}" \ df=Dockerfile gh='https://github.com/' sr='https://git.sr.ht/~' \ && set -- \ - cosmo COSMO_COMMIT ${gh}jart/cosmopolitan \ + cosmo-bootstrap COSMO_COMMIT ${gh}jart/cosmopolitan \ cosmo-kuroko KUROKO_COMMIT ${gh}kuroko-lang/kuroko \ cosmo-muon MUON_COMMIT ${sr}lattis/muon \ cosmo-perl PERL_COMMIT ${gh}G4Vi/perl5/tree/cosmo \