| commit | 1aaa6d2b8bc020f4148e38518037a89221b17d72 | [log] [tgz] |
|---|---|---|
| author | mazing80 <mazing80@gmail.com> | Thu Mar 17 01:53:54 2016 +0900 |
| committer | mazing80 <mazing80@gmail.com> | Thu Mar 17 01:53:54 2016 +0900 |
| tree | 1824507b3d0d8fc330db0b2192304ca041c13a40 | |
| parent | 1d25b8a7fa8914851a5ba6797a3064e1f04a31d8 [diff] |
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