aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/bootstrap.go
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/bootstrap.go')
-rw-r--r--bootstrap/bootstrap.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/bootstrap.go b/bootstrap/bootstrap.go
index 1b6d4e7..66a4036 100644
--- a/bootstrap/bootstrap.go
+++ b/bootstrap/bootstrap.go
@@ -70,7 +70,7 @@ var (
bootstrap = pctx.StaticRule("bootstrap",
blueprint.RuleParams{
- Command: "$bootstrapCmd -i $in",
+ Command: "echo \"Choosing $$(basename $in) for next stage\" && $bootstrapCmd -i $in",
Description: "bootstrap $in",
Generator: true,
})