Change spacing
This commit is contained in:
parent
175b580170
commit
3a87b0dd8d
|
@ -3,7 +3,7 @@
|
|||
set -euxo pipefail
|
||||
|
||||
latest_watchexec_release() {
|
||||
curl -sSL "https://api.github.com/repos/$1/releases" | jq -c -r '[ .[] | select( .tag_name | test("^cli-v") ) ] | first | .tag_name'
|
||||
curl -sSL "https://api.github.com/repos/$1/releases" | jq -c -r '[.[] | select(.tag_name | test("^cli-v"))] | first | .tag_name'
|
||||
}
|
||||
|
||||
mkdir /tmp/riju-work
|
||||
|
|
Loading…
Reference in New Issue