From 1b33338c861231d9ab66f2dfca4de27f7a53f5ba Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 4 Aug 2018 18:11:38 +0300 Subject: Fix unreliable git output match in publish testscript --- bdep/publish.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/publish.cxx') diff --git a/bdep/publish.cxx b/bdep/publish.cxx index c27609a..399b04e 100644 --- a/bdep/publish.cxx +++ b/bdep/publish.cxx @@ -1076,7 +1076,7 @@ namespace bdep // Note that until this is done the branch can not be checked out in any // other worktree. // - auto worktree_remove = [&prj, &wd, &wd_rm, &worktree_prune] () + auto worktree_remove = [&wd, &wd_rm, &worktree_prune] () { if (exists (wd)) { -- cgit v1.1