From cac0d2f2aecaba48f85f58ffb51dbbdf84ae4f03 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 22 Feb 2023 20:14:13 +0100 Subject: [PATCH] fix(scripts): typo in run.sh --- scripts/ct/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ct/run.sh b/scripts/ct/run.sh index ba6d1f91f..612bda77a 100755 --- a/scripts/ct/run.sh +++ b/scripts/ct/run.sh @@ -17,7 +17,7 @@ help() { echo "--only-up: Only start the testbed but do not run CT" echo "--keep-up: Keep the testbed running after CT" echo "--ci: Set this flag in GitHub action to enforce no tests are skipped" - echo "--" If any, all args after '--' are passed to rebar3 ct + echo "--: If any, all args after '--' are passed to rebar3 ct" echo " otherwise it runs the entire app's CT" }