Skip to content

Commit 53a9e61

Browse files
committed
Correctly handle fetch option.
1 parent c10662d commit 53a9e61

4 files changed

Lines changed: 236 additions & 202 deletions

File tree

src/client/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ try
378378
return 0;
379379
}
380380

381-
if (options().count("fetch"))
381+
if (options()["fetch"].as<bool>())
382382
{
383383
Config c;
384384
c.allow_relative_project_names = true;

0 commit comments

Comments
 (0)