mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Merge branch 'master' of https://github.com/freehck/aptly
This commit is contained in:
+1
-1
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user