Skip to content

Commit 467ae77

Browse files
committedFeb 12, 2024
update aliases
1 parent c1e1312 commit 467ae77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎generate-stackbrew-library.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -Eeuo pipefail
44
declare -A aliases=(
55
[1.10]='1'
66
[2.2]='lts'
7-
[2.6]='2 latest'
7+
[2.7]='2 latest'
88
)
99

1010
self="$(basename "${BASH_SOURCE[0]}")"

0 commit comments

Comments
 (0)
Please sign in to comment.