From b638c89556817aee956a2fce539bf0ff8ac1ffa9 Mon Sep 17 00:00:00 2001
From: Vladimir Rutsky <vladimir@rutsky.org>
Date: Mon, 6 Feb 2017 15:05:24 +0400
Subject: [PATCH] remove extra `~`

---
 docs/roadmap.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/roadmap.md b/docs/roadmap.md
index 70b9723db..4d718e94f 100644
--- a/docs/roadmap.md
+++ b/docs/roadmap.md
@@ -27,7 +27,7 @@ That would probably improve deployment speed and certs management [#553](https:/
 (a test is currently a deployment on a 3 node cluste, testing k8s api, ping between 2 pods)
 - [x] Full tests on GCE per day (All OS's, all network plugins)
 - [x] trigger a single test per pull request
-- [ ] ~~single test with the Ansible version n-1 per day~~~ 
+- [ ] ~~single test with the Ansible version n-1 per day~~
 - [x] Test idempotency on on single OS but for all network plugins/container engines
 - [ ] single test on AWS per day
 - [x] test different achitectures :
-- 
GitLab