summaryrefslogtreecommitdiff
path: root/commands.go
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2019-09-09 06:58:33 +0000
committerEmanuele Aina <emanuele.aina@collabora.com>2019-09-09 06:58:33 +0000
commitafdeba754f8766de3b12211953eced5304991cde (patch)
tree5eb898685ded7c796926b6f1dedadb5d0dce8d89 /commands.go
parenta5b1ffcadfa25582fa8364b73524bfff3e2a274b (diff)
New upstream version 1.0.0+git20190906.f5be960
Diffstat (limited to 'commands.go')
-rw-r--r--commands.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands.go b/commands.go
index aa562e3..0ea2b9a 100644
--- a/commands.go
+++ b/commands.go
@@ -13,8 +13,8 @@ import (
type ChrootEnterMethod int
const (
- CHROOT_METHOD_NONE = iota // use nspawn to create the chroot environment
- CHROOT_METHOD_NSPAWN // No chroot in use
+ CHROOT_METHOD_NONE = iota // No chroot in use
+ CHROOT_METHOD_NSPAWN // use nspawn to create the chroot environment
CHROOT_METHOD_CHROOT // use chroot to create the chroot environment
)