Skip to content

Commit f4ca7d5

Browse files
authored
Use newer asdf syntax to avoid errors after 0.16 (#150)
1 parent 89098d5 commit f4ca7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Hex.pm returned a ${http_status} for the following URL:
9494
9595
${download_url}
9696
97-
You can view a list of all Elixir releases by running 'asdf list-all elixir'.
97+
You can view a list of all Elixir releases by running 'asdf list all elixir'.
9898
9999
Note: If you want to download a specific release of Elixir, please
100100
specify the full version number (e.g. 1.2.1 instead of 1.3).
@@ -124,7 +124,7 @@ GitHub returned a 404 for the following URL:
124124
125125
${download_url}
126126
127-
You can view a list of all Elixir releases by running 'asdf list-all elixir'
127+
You can view a list of all Elixir releases by running 'asdf list all elixir'
128128
or by visiting https://github.com/elixir-lang/elixir/releases
129129
130130
Note: If you want to specify a git reference by which to install

0 commit comments

Comments
 (0)