aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/init.go')
-rw-r--r--sandbox/init.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/init.go b/sandbox/init.go
index 9d1c349f..5ebac810 100644
--- a/sandbox/init.go
+++ b/sandbox/init.go
@@ -28,7 +28,7 @@ const (
)
type initParams struct {
- InitParams
+ Params
HostUid, HostGid int
// extra files count
@@ -148,7 +148,7 @@ func Init(prepare func(prefix string), setVerbose func(verbose bool)) {
}
msg.Verbosef("%s %s", op.prefix(), op)
- if err := op.apply(&params.InitParams); err != nil {
+ if err := op.apply(&params.Params); err != nil {
msg.PrintBaseErr(err,
fmt.Sprintf("cannot apply op %d:", i))
msg.BeforeExit()