mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 08:52:48 +02:00
update should exit on error
This commit is contained in:
parent
6eca2e65bd
commit
11f525c6a6
1 changed files with 1 additions and 0 deletions
1
update
1
update
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -p curl jq -i sh
|
||||
set -e
|
||||
|
||||
# Build our new sources.json
|
||||
curl -s 'https://ziglang.org/download/index.json' | jq '
|
||||
|
|
Loading…
Add table
Reference in a new issue