3
0

Fix options codegen

Just ran `make codegen`, to regenerate generated files
This commit is contained in:
Vivek Patel
2022-11-21 14:59:35 +05:30
parent b66667858d
commit 8571b3c568
+2 -2
View File
@@ -7,8 +7,8 @@ package options
//
import (
"github.com/cortezaproject/corteza-server/pkg/rand"
"github.com/cortezaproject/corteza-server/pkg/version"
"github.com/cortezaproject/corteza/server/pkg/rand"
"github.com/cortezaproject/corteza/server/pkg/version"
"time"
)