Skip to content

Commit c6df7e0

Browse files
pothoskrnowak
andauthored
Update flatcar-postinst
Co-authored-by: Krzesimir Nowak <[email protected]>
1 parent c4a4c8b commit c6df7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flatcar-postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sysext_download() {
5353
local target="$2" # Path to write the payload to, writing does not need to be atomic because the caller later does an atomic move
5454
local from="$3" # Either path to XML dump or the constant "release-server"
5555
local target_tmpdir=""
56-
local extracted_filename="${name/.gz/.raw}"
56+
local extracted_filename="${name/%.gz/.raw}"
5757
local ARG=()
5858
local ret
5959
SUCCESS=false

0 commit comments

Comments
 (0)