Update dist/

This commit is contained in:
Wojtek Mach
2021-08-19 12:31:27 +02:00
parent 8a644c6f28
commit 988e02bfe6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ $ProgressPreference="SilentlyContinue"
Expand-Archive -DestinationPath "${DIR_FOR_BIN}" -Path "${FILE_OUTPUT}"
$ProgressPreference="Continue"
Write-Output "Installed Elixir version follows"
& "$DIR_FOR_BIN/bin/iex" "-v" | Write-Output
& "$DIR_FOR_BIN/bin/elixir" "-v" | Write-Output