diff options
author | Sergio Arbeo <serabe@gmail.com> | 2017-01-30 14:41:46 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 14:41:46 +0100 |
commit | 77b6391a050743f3f0aa46018db65853c7167df5 (patch) | |
tree | f564a3e0515677c6f99f3efeebb85027414067a5 /fixtures/fixtures.go | |
parent | 5eadb67a4cafdb614b33e0bdf2fd9a996fec55d3 (diff) | |
download | go-git-77b6391a050743f3f0aa46018db65853c7167df5.tar.gz |
Typo in fixtures (#240)
Diffstat (limited to 'fixtures/fixtures.go')
-rw-r--r-- | fixtures/fixtures.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixtures/fixtures.go b/fixtures/fixtures.go index 6a86bdd..a37c5e5 100644 --- a/fixtures/fixtures.go +++ b/fixtures/fixtures.go @@ -265,7 +265,7 @@ func (g Fixtures) Exclude(tag string) Fixtures { return r } -// Init set the correct path to be able to access to the fixtures files +// Init sets the correct path to access the fixtures files func Init() error { srcs := build.Default.SrcDirs() |