From f6e8989226cf73fbefab2d7182dea62696495b54 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sat, 7 Jan 2017 19:11:15 +0100 Subject: [PATCH] tag added to info.cpp --- info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.cpp b/info.cpp index 70c0c1e..2c9921c 100644 --- a/info.cpp +++ b/info.cpp @@ -16,7 +16,7 @@ String InfoCmd::exec(String params) { *out << "Meterbus Hub" << endl; *out << "Project/Repo: git@gitlab.com:wolutator/NetMeterbusMaster.git" << endl; - *out << "Repo tag: ErrorDetectionLoopDisabling" << endl; + *out << "Repo tag: ErrorDetectionLoopDisabling_b" << endl; return "done"; }