mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Fix stack build
This commit is contained in:
parent
a7c5be93dc
commit
7cfcf6db8a
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# various resolvers. It's run via distrotest.
|
||||
|
||||
resolvers=(
|
||||
nightly-"$(date -d "3 days ago" +"%Y-%m-%d")"
|
||||
# nightly-"$(date -d "3 days ago" +"%Y-%m-%d")"
|
||||
)
|
||||
|
||||
die() { echo "$*" >&2; exit 1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue