| commit | 675aadb4a90590c6030b9181a2f1972bf75c06ea | [log] [tgz] |
|---|---|---|
| author | Matt Farina <matt@mattfarina.com> | Wed Mar 16 13:03:47 2016 -0400 |
| committer | Matt Farina <matt@mattfarina.com> | Wed Mar 16 13:03:47 2016 -0400 |
| tree | 1824507b3d0d8fc330db0b2192304ca041c13a40 | |
| parent | 1d25b8a7fa8914851a5ba6797a3064e1f04a31d8 [diff] | |
| parent | 1aaa6d2b8bc020f4148e38518037a89221b17d72 [diff] |
Merge pull request #338 from mazing80/fix-typo Fix typo "uncommitted"
diff --git a/repo/vcs.go b/repo/vcs.go index 5cc0f42..16c4382 100644 --- a/repo/vcs.go +++ b/repo/vcs.go
@@ -125,7 +125,7 @@ } else if err != nil { return err } else if repo.IsDirty() { - return fmt.Errorf("%s contains uncommited changes. Skipping update", dep.Name) + return fmt.Errorf("%s contains uncommitted changes. Skipping update", dep.Name) } // Check if the current version is a tag or commit id. If it is