mirror of
https://github.com/dockur/windows.git
synced 2025-10-26 19:05:49 +00:00
fix: Typo (#1397)
This commit is contained in:
parent
2239792fa9
commit
d08b7aeb27
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ downloadImage() {
|
||||||
if isESD "$version" "$lang"; then
|
if isESD "$version" "$lang"; then
|
||||||
|
|
||||||
if [[ "$tried" != "n" ]]; then
|
if [[ "$tried" != "n" ]]; then
|
||||||
info "Failed to download $desc, will try a diferent method now..."
|
info "Failed to download $desc, will try a different method now..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tried="y"
|
tried="y"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue