mason.updates: fix typo
parent
4b6946da45
commit
67e6b456b5
|
@ -34,7 +34,7 @@ SYMBOLS: latest-sources last-built-sources ;
|
|||
[ maybe-download-image drop ] [ file-checksum ] bi ;
|
||||
|
||||
: latest-counter ( -- counter )
|
||||
counter-url http-get nip string>number ;
|
||||
counter-url get-global http-get nip string>number ;
|
||||
|
||||
: update-sources ( -- )
|
||||
latest-git-id latest-boot-image latest-counter <sources>
|
||||
|
|
Loading…
Reference in New Issue