Skip to content

Commit

Permalink
Simplify silly syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 9, 2016
1 parent 7e94beb commit 53d5614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash
set -e

declare -A aliases
aliases=(
declare -A aliases=(
[3.2]='3 latest'
[2.6]='2'
)
Expand Down

0 comments on commit 53d5614

Please sign in to comment.