From: Tobias Ulmer Date: Tue, 7 May 2019 16:50:12 +0000 (+0200) Subject: git: fix spaces in warning message X-Git-Tag: e2factory-2.3.18rc2~5 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=bbdd27f7c4262acb0a362552012e6a3596d0075e;p=e2factory.git git: fix spaces in warning message Signed-off-by: Tobias Ulmer --- diff --git a/plugins/git.lua b/plugins/git.lua index 97a73f2..d501a0a 100644 --- a/plugins/git.lua +++ b/plugins/git.lua @@ -248,7 +248,7 @@ function git.git_source:git_commit_id(sourceset, check_remote) -- allow building with an improper git workingcopy setup to ease -- development, but complain about it loudly. e2lib.warnf("WOTHER", "please fix: %s", - e:cat(re):tostring():gsub('\n', '')) + e:cat(re):tostring():gsub('\n', ' ')) end end