From 431fa90c8695c3f03e9cf402e09ff8f9170a5295 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 24 Sep 2021 14:00:30 +0200 Subject: [PATCH] tools/docker: Fixup Makefile --- tools/docker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/Makefile b/tools/docker/Makefile index 9c2cc758bb..4ba7087558 100644 --- a/tools/docker/Makefile +++ b/tools/docker/Makefile @@ -71,7 +71,7 @@ help: @echo -e "\t\t${BOLD}ubuntu-21.04${RESET} (rolling)" @echo -e "\t\t${BOLD}ubuntu-20.04${RESET} (Ubuntu 20.04 LTS, latest)" @echo -e "\t\t${BOLD}ubuntu-18.04${RESET} (Ubuntu 18.04 LTS)" - @echo -e "\t\t${BOLD}ubuntu-16.04${RESET} (Ubuntu 18.04 LTS)" + @echo -e "\t\t${BOLD}ubuntu-16.04${RESET} (Ubuntu 16.04 LTS)" @echo @echo -e "\t${BOLD}${RESET}:" @echo -e "\t\t${BOLD}env${RESET}"