Skip to content

Commit a85a6d6

Browse files
committed
Simplify silly syntax
1 parent b1831ce commit a85a6d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
declare -A aliases
5-
aliases=(
4+
declare -A aliases=(
65
[9.5]='9 latest'
76
)
87

0 commit comments

Comments
 (0)