Skip to content

Commit 7fb9039

Browse files
committed
Fix shellcheck Warning
1 parent 193d83e commit 7fb9039

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/checkbox-ce-oem/checkbox-provider-ce-oem/bin/get-image-url-iot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ convert_to_url() {
1919
local project_name="${BASH_REMATCH[1]}"
2020
local series="${BASH_REMATCH[2]}" # optional
2121
local build_id="${BASH_REMATCH[3]}"
22-
local additional_info="${BASH_REMATCH[4]}" # optional
2322
local image_name=""
2423

2524
if [ -n "$series" ]; then

0 commit comments

Comments
 (0)