From 73692bf229e707f60f7d344ad537f02ae913d645 Mon Sep 17 00:00:00 2001 From: Ben T Date: Sun, 23 Feb 2014 08:06:48 -0500 Subject: [PATCH] Left command in quotes. --- docs/INSTALL-digital-ocean.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index 5f42bef2585..e0a2bd4b600 100644 --- a/docs/INSTALL-digital-ocean.md +++ b/docs/INSTALL-digital-ocean.md @@ -63,7 +63,7 @@ Replace `192.168.1.1` with the IP address you got from Digital Ocean. Finish installing Docker: - 'wget -qO- https://get.docker.io/ | sh' + wget -qO- https://get.docker.io/ | sh