Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 33d14e0

Browse files
committed
Fix typo
1 parent 709684d commit 33d14e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElixirWeb.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ begin
164164
Result := True;
165165
166166
GlobalElixirCSVFilePath := ExpandConstant('{tmp}\' + GetURLFilePart('{#ELIXIR_CSV_URL}'));
167-
GlobalElixirCSVFilePath := ExpandConstant('{tmp}\' + GetURLFilePart('{#ERLANG_CSV_URL}'));
167+
GlobalErlangCSVFilePath := ExpandConstant('{tmp}\' + GetURLFilePart('{#ERLANG_CSV_URL}'));
168168
169169
if not idpDownloadFile('{#ELIXIR_CSV_URL}', GlobalElixirCSVFilePath) then begin
170170
MsgBox('Error: Downloading {#ELIXIR_CSV_URL} failed. Setup cannot continue.', mbInformation, MB_OK);

0 commit comments

Comments
 (0)