Skip to content

Commit f9f12f8

Browse files
committed
image: Trim spacing around sectorsize
Signed-off-by: Loïc Minier <[email protected]>
1 parent c3e1fa1 commit f9f12f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debos-recipes/qualcomm-linux-debian-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{- $image := printf "disk-%s.img" $imagetype }}
55

66
architecture: arm64
7-
sectorsize: {{if eq $imagetype "ufs"}} 4096 {{else}} 512 {{end}}
7+
sectorsize: {{if eq $imagetype "ufs"}}4096{{else}}512{{end}}
88

99
actions:
1010
- action: unpack

0 commit comments

Comments
 (0)