diff --git a/headstart-core.bash b/headstart-core.bash
index 16e3dd30862d4497e6e9b5ed2f946a21d0d2fd23..b4eba528598d466ea162bc9dc6b66a336f1b0643 100644
--- a/headstart-core.bash
+++ b/headstart-core.bash
@@ -153,10 +153,10 @@ function headstart() {
     if [[ "${rest[*]}" == 'help core bootstrap' ]]; then
       @go "${rest[@]}"
       return
-    elif [[ "${rest[*]}" =~ ^core\ bootstrap$ && "$print_help" == 'true' ]]; then
+    elif [[ "${rest[*]}" =~ ^core\ bootstrap\ ?.*$ && "$print_help" == 'true' ]]; then
       @go help "${rest[@]}"
       return
-    elif [[ "${rest[*]}" =~ ^core\ bootstrap\.*$ ]]; then
+    elif [[ "${rest[*]}" =~ ^core\ bootstrap\ ?.*$ ]]; then
       @go "${rest[@]}"
       return
     else
diff --git a/vendor/bats-core b/vendor/bats-core
index 1740811fd10a1e2b085f2c0ee768673090d36aa4..290504056fe6187e28c829d8ae3e2c8d7f143ec8 160000
--- a/vendor/bats-core
+++ b/vendor/bats-core
@@ -1 +1 @@
-Subproject commit 1740811fd10a1e2b085f2c0ee768673090d36aa4
+Subproject commit 290504056fe6187e28c829d8ae3e2c8d7f143ec8