aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-05-10 09:48:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-05-10 10:04:46 +0200
commit49fe24ef1af838494da646b5ee9ab056fed78e0e (patch)
treef672673cca4eed9300320f261b895536528a00a4 /bdep/new.cxx
parent22417a44283c9a0768c99eaa8fc83ebaae95f359 (diff)
Generate .gitignore in .bdep/ to prevent accidentally committing it
Diffstat (limited to 'bdep/new.cxx')
-rw-r--r--bdep/new.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index 51a5308..aac8221 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -3123,7 +3123,7 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args)
// Create .bdep/.
//
- mk (prj / bdep_dir);
+ mk_bdep_dir (prj);
// Initialize tmp directory.
//