From fc89923503d00db250266af2b76659c775af2c83 Mon Sep 17 00:00:00 2001 From: Dan Robertson Date: Thu, 23 Jun 2016 15:37:38 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c357341..93db689 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ You'll need some extra ENV vars to enable this feature. These are ```GIT_EMAIL`` ### Push code to Git To push code changes made within the container back to git simply run: ``` -sudo docker exec -t -i /usr/bin/push +sudo docker exec -t -i /usr/bin/push ``` ### Pull code from Git (Refresh)