Skip to content

Commit

Permalink
Fix accidental whitespace.
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Grasso <[email protected]>
Signed-off-by: Shane Lawrence <[email protected]>
  • Loading branch information
shane-lawrence and leogr authored Dec 19, 2024
1 parent ab2c625 commit 15d3f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/driver-loader/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ echo "* Setting up /usr/src links from host"
for i in "$HOST_ROOT/usr/src"/*
do
[[ -e $i ]] || continue
base=$(basename "$i")
base=$(basename "$i")
ln -s "$i" "/usr/src/$base"
done

Expand Down

0 comments on commit 15d3f79

Please sign in to comment.