Skip to content

Commit 09631a5

Browse files
committed
etc/check-lts.sh: fix up the build-constraints filepath
1 parent 62151e5 commit 09631a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-constraints/etc/check-lts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euxo pipefail
44

55
ETC=$(cd $(dirname $0) ; pwd)
6-
export GHCVER=$(sed -n "s/^ghc-version: \"\(.*\)\"/\1/p" "$ETC/../build-constraints/lts-23-build-constraints.yaml")
6+
export GHCVER=$(sed -n "s/^ghc-version: \"\(.*\)\"/\1/p" "$ETC/../lts-23-build-constraints.yaml")
77

88
# Download and unpack the stack executable
99
mkdir -p ~/.local/bin

0 commit comments

Comments
 (0)