Skip to content

Commit 430bf99

Browse files
committed
Fix typo in comment
Signed-off-by: Dieter Reuter <[email protected]>
1 parent 84ff895 commit 430bf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ do_install() {
389389
}
390390

391391
if [ "$lsb_dist" = "raspbian" ]; then
392-
# Create Raspbian specific systemd init file, use overlay by default
392+
# Create Raspbian specific systemd unit file, use overlay by default
393393
( set -x; $sh_c "mkdir -p /etc/systemd/system" )
394394
( set -x; $sh_c "$curl https://raw.githubusercontent.com/docker/docker/master/contrib/init/systemd/docker.service > /etc/systemd/system/docker.service" )
395395
( set -x; $sh_c "sed -i 's/dockerd/dockerd --storage-driver overlay/' /etc/systemd/system/docker.service" )

0 commit comments

Comments
 (0)