aboutsummaryrefslogtreecommitdiff
path: root/bdep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-04 13:40:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-04 13:40:07 +0200
commite7a97ea198ca6d5d2417fdae1bb1937bc8fe8d3e (patch)
tree7495aefb10b97422832159a4aafa8b8e1d6da22f /bdep
parenta32bb933ce44508c43d4579ee8a971d324eb1963 (diff)
Minor tweak to new command
Diffstat (limited to 'bdep')
-rw-r--r--bdep/new.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index 68b6778..d0764d9 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -142,10 +142,12 @@ namespace bdep
os.open (f = prj / "repositories.manifest");
os << ": 1" << endl
<< "summary: " << n << " project repository" << endl
+ << endl
<< "#:" << endl
<< "#role: prerequisite" << endl
<< "#location: https://pkg.cppget.org/1/stable" << endl
<< "#trust: ..." << endl
+ << endl
<< "#:" << endl
<< "#role: prerequisite" << endl
<< "#location: https://git.build2.org/hello/libhello.git" << endl;