Skip to content

Commit

Permalink
fix repo parse err
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrong committed Jul 22, 2024
1 parent c2b7e34 commit df2c34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function check_repo() {
repoSeg[3]=${seg[1]}
remain=${seg[0]}
fi
if [[ "$remain" = *.* ]]; then
if [[ "$remain" = *.*/* ]]; then
IFS="/"
seg=($remain)
repoSeg[0]=${seg[0]}
Expand Down

0 comments on commit df2c34e

Please sign in to comment.