test(ct/run.sh): remove the trailing / in app name

This commit is contained in:
Zaiming (Stone) Shi 2023-04-26 13:41:42 +02:00
parent c4081f9211
commit 1c4f4037a5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ while [ "$#" -gt 0 ]; do
exit 0 exit 0
;; ;;
--app) --app)
WHICH_APP="$2" WHICH_APP="${2%/}"
shift 2 shift 2
;; ;;
--only-up) --only-up)