Skip to content

Commit ea1c2c6

Browse files
committed
Improvements
1 parent 690dbc0 commit ea1c2c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rad
1+
rad*

src/cerata.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

src/constants.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

272272
const

0 commit comments

Comments
 (0)