From d57f90b78eeb6b09b15e3fe57609ede66df4edac Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Mon, 12 Sep 2016 02:22:08 +0200 Subject: fixtures: new fixture package being use in all packages --- tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag.go') diff --git a/tag.go b/tag.go index b4b2d20..a056aa9 100644 --- a/tag.go +++ b/tag.go @@ -169,7 +169,7 @@ func (t *Tag) Blob() (*Blob, error) { // Object returns the object pointed to by the tag. func (t *Tag) Object() (Object, error) { - return t.r.Object(t.Target, t.TargetType) + return t.r.Object(t.TargetType, t.Target) } // String returns the meta information contained in the tag as a formatted -- cgit