Skip to content

Commit d88d668

Browse files
shane-lawrenceleogr
authored andcommitted
Fix accidental whitespace.
Co-authored-by: Leonardo Grasso <[email protected]> Signed-off-by: Shane Lawrence <[email protected]>
1 parent 0681826 commit d88d668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/driver-loader/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ echo "* Setting up /usr/src links from host"
5151
for i in "$HOST_ROOT/usr/src"/*
5252
do
5353
[[ -e $i ]] || continue
54-
base=$(basename "$i")
54+
base=$(basename "$i")
5555
ln -s "$i" "/usr/src/$base"
5656
done
5757

0 commit comments

Comments
 (0)