Skip to content

Commit 22ffeb5

Browse files
committed
download.sh
1 parent c7cdb6d commit 22ffeb5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

download.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ create_folder() {
116116
}
117117

118118
executable_filename() {
119-
DEST_FILENAME=$1
119+
FILENAME=$1
120120
OS=$2
121121
if [ "$OS" = "windows" ]; then
122-
echo "$DEST_FILE.exe"
122+
echo "$FILENAME.exe"
123123
else
124-
echo "$DEST_FILENAME"
124+
echo "$FILENAME"
125125
fi
126126
}
127127

0 commit comments

Comments
 (0)