remove shellchecks

main
Andrew Coleman 2024-02-05 12:38:10 -05:00
parent 4dbe0de9fe
commit bc2a758c95
1 changed files with 0 additions and 3 deletions

View File

@ -4,9 +4,6 @@
cd "$(dirname "$0")" || exit 1
shellcheck "$0" || exit 1
shfmt -i 2 -d -s "$0"
newest_wezterm_release() {
curl -s -H "Accept: application/vnd.github+json" -L https://api.github.com/repos/wez/wezterm/releases/latest | jq -r '.assets | map(select(.name | startswith("WezTerm-macos"))) | first.browser_download_url'
}