From a3ee36b7474c70afdd12fa2210821cb080bc0a07 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Wed, 8 Jan 2014 00:11:06 -0800 Subject: [PATCH] google-compute-engine: fix typos --- docs/sources/installation/google.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/google.rst b/docs/sources/installation/google.rst index 38aab019db..62af581fea 100644 --- a/docs/sources/installation/google.rst +++ b/docs/sources/installation/google.rst @@ -62,7 +62,7 @@ .. code-block:: bash - docker-playground:~$ echo "DOCKER_OPTS="$DOCKER_OPTS -mtu 1460" | sudo tee -a /etc/defaults/docker + docker-playground:~$ echo 'DOCKER_OPTS="$DOCKER_OPTS -mtu 1460"' | sudo tee -a /etc/default/docker docker-playground:~$ sudo service docker restart 8. Start a new container: