Backend: Fix typo

Signed-off-by: Michael Mayer <michael@lastzero.net>
This commit is contained in:
Michael Mayer 2020-10-08 09:02:38 +02:00
parent 414a3a840a
commit bd44d9cb77

View file

@ -34,7 +34,7 @@ func convertAction(ctx *cli.Context) error {
return err
}
log.Infof("creating JPEGs for other files types in %s", conf.OriginalsPath())
log.Infof("creating JPEGs for other file types in %s", conf.OriginalsPath())
convert := service.Convert()