Skip to content

Commit f778413

Browse files
committed
Fix git fetch command.
1 parent 281da9e commit f778413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/travis_before_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function install_apx() {
5454
pushd $build
5555
# Clone and checkout the commit identified above.
5656
git remote add origin ${giturl}
57-
git fetch -q --depth=1 ${commit}
57+
git fetch -q --depth=1 origin ${commit}
5858
git checkout ${commit}
5959
./buildconf ${buildconf}
6060
./configure --prefix=${prefix} ${config}

0 commit comments

Comments
 (0)