Skip to content

Commit afb3b07

Browse files
committed
fix linting
Signed-off-by: Luca Di Maio <[email protected]>
1 parent 8f4faf4 commit afb3b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distrobox-create

+1
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ if [ "${container_always_pull}" -eq 1 ] ||
10251025
case "${response}" in
10261026
y | Y | Yes | yes | YES)
10271027
# Pull the image
1028+
# shellcheck disable=SC2086
10281029
${container_manager} pull ${container_platform} "${container_image}"
10291030
;;
10301031
n | N | No | no | NO)

0 commit comments

Comments
 (0)