Skip to content

Commit 878f91c

Browse files
committed
Fix focused-test target for https based clone
1 parent ed84e19 commit 878f91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/focused-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#
2121

2222
if [ -z "$1" ]; then
23-
export REMOTE=$(git remote -v | grep "github.com.vmware/vic.git (fetch)" | awk '{print$1;exit}')/master
23+
export REMOTE=$(git remote -v | grep "github.com.vmware/vic\(\.git\)* (fetch)" | awk '{print$1;exit}')/master
2424
echo "Using ${REMOTE} as default remote"
2525
else
2626
echo "Using ${REMOTE} as specified remote"

0 commit comments

Comments
 (0)