This commit is contained in:
Dmitrii Kashin
2014-10-10 04:22:43 +04:00
+1 -1
View File
@@ -73,7 +73,7 @@ func aptlyRepoAdd(cmd *commander.Command, args []string) error {
strings.HasSuffix(info.Name(), ".dsc") { strings.HasSuffix(info.Name(), ".dsc") {
packageFiles = append(packageFiles, location) packageFiles = append(packageFiles, location)
} else { } else {
context.Progress().ColoredPrintf("@y[!]@| @!Unknwon file extenstion: %s@|", location) context.Progress().ColoredPrintf("@y[!]@| @!Unknown file extenstion: %s@|", location)
failedFiles = append(failedFiles, location) failedFiles = append(failedFiles, location)
continue continue
} }