Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 25c5eda

Browse files
committed
Sanitize repo name input
1 parent 7b1929a commit 25c5eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ubports-qa

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def die(m):
8686
def install(args):
8787
ensure_root()
8888
if args.pr != -1:
89+
args.repo.replace("ubports/", "")
8990
ref = get_issue_branch(args.repo, args.pr);
9091
status = get_issue_status(args.repo, ref);
9192
if status == Status.FAILED:

0 commit comments

Comments
 (0)