| commit | e143319c8c262902ed3f6410a74a7d8ef928a6fb | [log] [tgz] |
|---|---|---|
| author | Matt Butcher <mbutcher@engineyard.com> | Sun Sep 20 14:05:43 2015 -0600 |
| committer | Matt Butcher <mbutcher@engineyard.com> | Sun Sep 20 14:05:43 2015 -0600 |
| tree | e76a67c701c27f154c081f1433bb554c2a3c3d49 | |
| parent | 4991e558cc0f5ae03aaacf2385b037fce7876124 [diff] |
Set returned paths from nv to start with . and end with ...
diff --git a/cmd/novendor.go b/cmd/novendor.go index 851ba8b..b0adcd3 100644 --- a/cmd/novendor.go +++ b/cmd/novendor.go
@@ -109,7 +109,7 @@ filepath.Walk(d, walker) if found { - buf = append(buf, d) + buf = append(buf, "./"+d+"/...") } } return buf