aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-03-30 17:13:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-03-31 16:23:51 +0300
commitb76346651a0e27e8824af4bb59224792df8dd4d0 (patch)
treea4749354ffc43098093d5e42b7230fb43bf1fa57 /bdep/sync.cxx
parent565dc8d011a1cdb7e365a587a0bbf0e109fdc54d (diff)
Fix bdep-status output in JSON format not to fail for non-initialized packages
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index 113cb04..c253220 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -1716,7 +1716,7 @@ namespace bdep
diag_record dr (fail);
dr << "unexpected " << name_bpkg (co) << " output:";
for (const string& s: dep_chain)
- dr << '\n' << s ;
+ dr << '\n' << s;
}
break;