Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix-update-list
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 25, 2016
2 parents ff23c68 + e891a0c commit b87ab7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git/git_protocols_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestClonesGitProtocol(t *testing.T) {
func TestClonesSshProtocol(t *testing.T) {
home := internal.TempHome()
defer os.RemoveAll(home)
repo := git.NewGitRepo("ssh://github.com/caarlos0/jvm.git", home)
repo := git.NewGitRepo("ssh://git@github.com/caarlos0/jvm.git", home)
assert.NoError(t, repo.Download())
internal.AssertFileCount(t, 1, home)
}
Expand Down
2 changes: 1 addition & 1 deletion shell/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ antibody() {
case "$1" in
bundle|update)
while read -u 3 bundle; do
source "$bundle" 2&> /tmp/antibody-log
source "$bundle" 2&> /tmp/${USER}-antibody-log
done 3< <( $ANTIBODY_BINARY $@ )
;;
*)
Expand Down

0 comments on commit b87ab7e

Please sign in to comment.