Skip to content

Commit

Permalink
fix(update): crystal (#1536)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Jul 17, 2024
1 parent 34f55ba commit c41290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anda/langs/crystal/crystal/update.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let url = `https://github.com/crystal-lang/crystal/releases/download/${v}/crysta
try {
find(url, get(`https://github.com/crystal-lang/crystal/releases/tag/${v}`), 0);
rpm.version(v);
} except {
} catch {
print(`crystal: ${v} (waiting for bundle)`);
terminate();
}

0 comments on commit c41290f

Please sign in to comment.