mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +00:00
Fix error capitalization.
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ func aptlyRepoAdd(cmd *commander.Command, args []string) error {
|
|||||||
context.Progress().ColoredPrintf(" %s", file)
|
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
|
return err
|
||||||
|
|||||||
Reference in New Issue
Block a user