Fix error capitalization.

This commit is contained in:
Andrey Smirnov
2014-06-03 14:33:19 +04:00
parent da5b0c9a66
commit 43ee735aa4

View File

@@ -190,7 +190,7 @@ func aptlyRepoAdd(cmd *commander.Command, args []string) error {
context.Progress().ColoredPrintf(" %s", file)
}
return fmt.Errorf("Some files failed to be added")
return fmt.Errorf("some files failed to be added")
}
return err