From 257280a0508d5607347ff1032237659a33442076 Mon Sep 17 00:00:00 2001 From: Fernando Ripoll Date: Thu, 2 Nov 2017 11:40:08 +0100 Subject: [PATCH] Typo in apt-get command Typo in apt-get command --- docs/debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debian.md b/docs/debian.md index 07b7c7094..ec1cf9cfd 100644 --- a/docs/debian.md +++ b/docs/debian.md @@ -26,7 +26,7 @@ Debian Jessie installation Notes: ``` sudo add-apt-repository ppa:ansible/ansible sudo apt-get update - sudo apt.get install ansible + sudo apt-get install ansible ```