if only one file, do not run merge command

This commit is contained in:
Julien Neuhart
2018-03-30 09:28:29 +02:00
parent 312735707f
commit 89136d51cf

View File

@@ -92,7 +92,7 @@ func (c *Converter) Convert() (string, error) {
}
}
if len(filesPaths) == 0 {
if len(filesPaths) == 1 {
return filesPaths[0], nil
}