| commit | 566f08afa9d281bb77045f0ddb5c8a805d3ce23d | [log] [tgz] |
|---|---|---|
| author | Matt Farina <matt@mattfarina.com> | Thu Jan 28 10:21:26 2016 -0500 |
| committer | Matt Farina <matt@mattfarina.com> | Thu Jan 28 10:21:26 2016 -0500 |
| tree | 27c3f64e8187b87e94ee29d4bb5ce7c25c332568 | |
| parent | 5f64ad15465fce4e2fc7244ed92d4de1b8e19a5a [diff] | |
| parent | 270b034de1e7039194fead11f7d0b7b92500e7bc [diff] |
Merge pull request #233 from zh-lab/fix-comment Fix a typo in comment
diff --git a/action/import_godep.go b/action/import_godep.go index 0c626d3..aafacbb 100644 --- a/action/import_godep.go +++ b/action/import_godep.go
@@ -5,7 +5,7 @@ "github.com/Masterminds/glide/msg" ) -// ImportGodep imports a GPM file. +// ImportGodep imports a Godep file. func ImportGodep(dest string) { base := "." config := EnsureConfig()