Backend: Fix typo
Signed-off-by: Michael Mayer <michael@lastzero.net>
This commit is contained in:
parent
414a3a840a
commit
bd44d9cb77
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue