From 7905f607eaac5f2c2c9d4135200acf1803131e4f Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Tue, 20 Mar 2018 14:32:13 -0400 Subject: [PATCH] .circleci/config.yml: install git-source to correct location --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c085d367..19d6fb91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: - run: brew upgrade git || brew install git - run: brew upgrade gettext || brew install gettext - run: - command: git clone https://github.com/git/git.git git-lfs/git-source + command: git clone https://github.com/git/git.git git-source working_directory: ~/go/src/github.com/git-lfs/git-lfs - run: echo "export GOPATH=$HOME/go" >> $BASH_ENV - run: go get -d -v github.com/spf13/cobra