Skip to content

Commit 26d0996

Browse files
fixing syntax errors
1 parent b0671e2 commit 26d0996

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/docker-outside-of-docker/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ else
332332
if [ "${DOCKER_DASH_COMPOSE_VERSION}" != "v1" ]; then
333333
apt-get -y install --no-install-recommends docker-compose-plugin
334334
fi
335-
335+
fi
336+
fi
336337
# If 'docker-compose' command is to be included
337338
if [ "${DOCKER_DASH_COMPOSE_VERSION}" != "none" ]; then
338339
case "${architecture}" in

0 commit comments

Comments
 (0)