From 4462ec782085c45be54f7edb3b81acbcd9be8416 Mon Sep 17 00:00:00 2001
From: Jose Raul Barreras <barreras@unl.edu>
Date: Fri, 31 May 2019 17:38:34 -0500
Subject: [PATCH] fix error listing the available tools

---
 Makefile  | 1 -
 README.md | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 682b5fd..155e4b0 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,6 @@ README_HEAD = `cat ./_README.md | sed -e '/%CONTAINERS_LIST%/Q'`
 README_TAIL = `cat ./_README.md | sed -e '1,/%CONTAINERS_LIST%/d'`
 README_FOOTER = `echo "\n\r_Last update: \`date\`_\n"`
 update_readme:
-	echo $(TOOLSET)
 	@echo "$(README_HEAD)  \n\n$(TOOLSET) \n $(README_TAIL) \n$(README_FOOTER)" > README.md
 	@git add README.md
 
diff --git a/README.md b/README.md
index 4030458..1ad9cb9 100644
--- a/README.md
+++ b/README.md
@@ -30,4 +30,4 @@ This file is automatically updated after execute `git commit` based on the conte
 - its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:python 
     
 
-
_Last update: Fri May 31 17:38:15 CDT 2019_
+
_Last update: Fri May 31 17:38:34 CDT 2019_
-- 
GitLab