We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe22ae commit a3f36e8Copy full SHA for a3f36e8
1 file changed
Vagrantfile
@@ -27,8 +27,8 @@ Vagrant.configure(2) do |config|
27
28
source /home/vagrant/.profile
29
30
- go get -d github.com/libgit2/git2go
31
- cd $GOPATH/src/github.com/libgit2/git2go
+ go get -d github.com/git-time-metric/git2go
+ cd $GOPATH/src/github.com/git-time-metric/git2go
32
git checkout next
33
git submodule update --init
34
make install
0 commit comments