File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- rad
1+ rad *
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ proc parseCeras(nom: string): Ceras =
3939 let path = $ radClustersCerataLib / nom
4040
4141 if not dirExists (path):
42- abort (& """ { " nom" :8 } { & " \ { nom\ } not found" :48 } """ , 127 )
42+ abort (& """ { " nom" :8 } { & " \ { nom\ } not found" :48 } """ )
4343
4444 Toml .loadFile (path / $ info, Ceras )
4545
@@ -72,7 +72,7 @@ proc fetchCerata(cerata: openArray[string]) =
7272 if not dirExists (src):
7373 discard gitCloneRepo (ceras.url, src)
7474
75- if ceras.ver != " head " :
75+ if ceras.ver != " latest " :
7676 discard gitCheckoutRepo (src, ceras.ver)
7777
7878 copyDirWithPermissions (src, tmp)
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ Copyright © 2018-2025 Firas Khana"""
266266 sh
267267 size
268268 strip
269- tar = " bsdtar "
269+ tar
270270 yacc
271271
272272const
You can’t perform that action at this time.
0 commit comments