diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ func main() { // internal commands case "shim": - shim.Main(args) + shim.Main() fmsg.Exit(0) case "init": init0.Main() |
