diff --git a/fastpath/commands/verbs/bisect/run.py b/fastpath/commands/verbs/bisect/run.py index 0f44a714ab41f93d1c6750f2bbab74875ef9dd3f..ac062ef98706618aa918bdd08accf814f970b21e 100644 --- a/fastpath/commands/verbs/bisect/run.py +++ b/fastpath/commands/verbs/bisect/run.py @@ -58,7 +58,7 @@ def add_parser(parser, formatter, add_noun_args): metavar="", required=True, help="""Path to the bisection context file created by 'fastpath bisect start' - (e.g. ./bisect_template.yaml).""", + (e.g. ./bisection_context.yaml).""", ) verbp.add_argument( diff --git a/scripts/build_local_kernel.sh b/scripts/build_local_kernel.sh index 3505670b83517582cedd86b5b3b58b0c899bedbe..a799392145303de4d945eada880ed51cf3b2906f 100755 --- a/scripts/build_local_kernel.sh +++ b/scripts/build_local_kernel.sh @@ -67,7 +67,7 @@ echo "GITSHA=${GITSHA}" cat > "$ENV_FILE" <