Skip to content

Commit a3ed786

Browse files
Revert "added relevant comment"
Indentation mismatch in the Dockerfile for docker-in-docker install script This reverts commit 6a61aeb.
1 parent 6a61aeb commit a3ed786

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/docker-in-docker/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ if [ "${USE_MOBY}" = "true" ]; then
341341
fi
342342
fi
343343

344-
#function is used to install docker or moby for fedora if moby is true and docker is not available in a specific versions of fedora
345344
install_docker_or_moby() {
346345
# Check for the OS type
347346
if [ -f /etc/os-release ]; then

0 commit comments

Comments
 (0)