From c9d1ddff6713b51eccf152f24ac6cbd14a32ee6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Tue, 21 Feb 2017 11:54:22 +0100
Subject: [PATCH] add eb tutorial

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

diff --git a/docs.it4i/software/eb.md b/docs.it4i/software/eb.md
index 779573170..6ee8fa192 100644
--- a/docs.it4i/software/eb.md
+++ b/docs.it4i/software/eb.md
@@ -305,7 +305,7 @@ export PATH
 
 ## Build Software Using Your Own EasyConfig File
 
-For this example, we create an EasyConfig file to build Git 2.11.1 with *foss* toolchain. Open your favorite editor and create a file named git-2.11.1-foss-2017a.eb with the following content:
+For this example, we create an EasyConfig file to build Git 2.11.1 with *foss* toolchain. Open your favorite editor and create a file named *git-2.11.1-foss-2017a.eb* with the following content:
 
 ```console
 $ vim git-2.11.1-foss-2017a.eb
-- 
GitLab