Skip to content

Commit 5b40edf

Browse files
committed
Update wgd.sh
1 parent 1724265 commit 5b40edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wgd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ _determinePypiMirror(){
321321
selected_url="${urls[choice-1]}"
322322
printf "[WGDashboard] %s Will download Python packages from %s\n" "$heavy_checkmark" "$selected_url"
323323
else
324-
selected_url="${urls[0]}"
324+
selected_url="${urls[choice]}"
325325
printf "[WGDashboard] %s Will download Python packages from %s\n" "$heavy_checkmark" "${urls[0]}"
326326
fi
327327
}

0 commit comments

Comments
 (0)