Skip to content

Commit

Permalink
erlang-new: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Dec 3, 2023
1 parent ffe2ea2 commit 966e447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erlang-new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deb_suffixes=(

function join_by { local IFS="$1"; shift; echo "$*"; }
ubuntu_codenames=$(join_by ',' $(IFS=','; eval echo {"${ubuntu_os[*]}"}-{"${deb_suffixes[*]}"}))
ubuntu_codenames=$(join_by ',' $(IFS=','; eval echo {"${debian_os[*]}"}-{"${deb_suffixes[*]}"}))
debian_codenames=$(join_by ',' $(IFS=','; eval echo {"${debian_os[*]}"}-{"${deb_suffixes[*]}"}))

# =================== APT repos ===============================

Expand Down

0 comments on commit 966e447

Please sign in to comment.