update thumbnails import paths and module name
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user