Skip to content

Commit a595285

Browse files
committed
fix syntax
1 parent 8bdc25e commit a595285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ else
282282
# LOCAL_USER_ID will map to a different subuid range on the host.
283283
# The "keep-id" mode maps the current UID directly into the container.
284284
args="$args --env NO_CHANGE_USER=1 --userns=keep-id"
285-
else if [[ "$id" != 0 ]]; then
285+
elif [[ "$id" != 0 ]]; then
286286
args="$args --env LOCAL_USER_ID=$id"
287287
else
288288
# If we're running as root, we don't want to run the container as root,

0 commit comments

Comments
 (0)