Skip to content

Commit 1ee1228

Browse files
authored
Merge pull request #459 from perlpunk/match-machine
Improve matching of machine
2 parents 933e647 + 9318886 commit 1ee1228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ find_latest_published_tumbleweed_image() {
293293
if [[ "$type" = iso ]]; then
294294
assetname="Tumbleweed-NET-$arch-Snapshot$build-Media.iso$"
295295
else
296-
assetname="Tumbleweed-$arch-$build-minimalx\\\\@$machine.*.qcow"
296+
assetname="Tumbleweed-$arch-$build-minimalx\\\\@$machine.qcow"
297297
fi
298298
image=$(get_image "$assetname")
299299

0 commit comments

Comments
 (0)