update thumbnails import paths and module name

This commit is contained in:
A.Unger
2020-09-18 13:03:45 +02:00
parent 530336a826
commit 45f8b7c403
41 changed files with 115 additions and 141 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ package main
import (
"os"
"github.com/owncloud/ocis-thumbnails/pkg/command"
"github.com/owncloud/ocis/thumbnails/pkg/command"
)
func main() {
if err := command.Execute(); err != nil {
os.Exit(1)
}
}
}