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