From 26fea45d41ad3fffd19f1906722c4e40f46199ba Mon Sep 17 00:00:00 2001 From: Nikolaos Kakouros <nkak@kth.se> Date: Fri, 5 Mar 2021 21:45:52 +0100 Subject: [PATCH] wip --- headstart-core.bash | 4 ++-- vendor/bats-core | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/headstart-core.bash b/headstart-core.bash index 16e3dd3..b4eba52 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 1740811..2905040 160000 --- a/vendor/bats-core +++ b/vendor/bats-core @@ -1 +1 @@ -Subproject commit 1740811fd10a1e2b085f2c0ee768673090d36aa4 +Subproject commit 290504056fe6187e28c829d8ae3e2c8d7f143ec8 -- GitLab