test(ct/run.sh): remove the trailing / in app name
This commit is contained in:
parent
c4081f9211
commit
1c4f4037a5
|
@ -47,7 +47,7 @@ while [ "$#" -gt 0 ]; do
|
|||
exit 0
|
||||
;;
|
||||
--app)
|
||||
WHICH_APP="$2"
|
||||
WHICH_APP="${2%/}"
|
||||
shift 2
|
||||
;;
|
||||
--only-up)
|
||||
|
|
Loading…
Reference in New Issue