aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index e6e856b6..8909e5b4 100644
--- a/main.go
+++ b/main.go
@@ -291,7 +291,7 @@ func main() {
// internal commands
case "shim":
- shim.Main()
+ shim.Main(args)
fmsg.Exit(0)
case "init":
init0.Main()