mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-27 13:57:46 +00:00
Typo in a error message fix
`s/Unknwon/Unknown/`
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