From bbdd27f7c4262acb0a362552012e6a3596d0075e Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Tue, 7 May 2019 18:50:12 +0200 Subject: [PATCH] git: fix spaces in warning message Signed-off-by: Tobias Ulmer --- plugins/git.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5