diff --git a/commands/core.d/bootstrap b/commands/core.d/bootstrap
index 87fb50e59a3e3122e5c4a2697fc785c63672e7b8..d87393eb25f81eedb51e2e36f7a86b2cd6dadba3 100755
--- a/commands/core.d/bootstrap
+++ b/commands/core.d/bootstrap
@@ -205,6 +205,7 @@ function core_bootstrap() {
     core_bootstrap_configure
   fi
 
+  core_parse_project_config
   core_bootstrap_git_collab
   core_bootstrap_git_hooks
   core_bootstrap_git_branches
diff --git a/lib/system b/lib/system
index c224db10dde436ec085a70dc378444d80495fa52..3582739eaa5b1762696b671469162355e5420d4d 100755
--- a/lib/system
+++ b/lib/system
@@ -39,7 +39,7 @@ trap system_load_outro EXIT
 ## doing TAB auto-completion in Bash. Then, the
 ## '$_HEADSTART_VENDOR_DIR/go-bash-script/libexec/complete' functions are called in an
 ## execution sequence that includes 4, 5 commands that return 1 when there is no
-## candidate for completion (eg 'headstart world f<TAB>') . This causes Bash
+## candidate for completion (eg 'headstart build f<TAB>') . This causes Bash
 ## Infinity to trigger exception handling and print execution stacks in the
 ## command line. Instead, nothing should be printed to the user. One solution
 ## would be to patch go-script-bash's auto-completion to not return 1 if there is