Skip to content

Commit 049e930

Browse files
sesmith177Andrew Keesler
authored and
Andrew Keesler
committed
Add argument to groot.Run call to satisfy new interface.
Signed-off-by: Andrew Keesler <[email protected]>
1 parent 8137ef0 commit 049e930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ func main() {
2828
Value: "",
2929
Usage: "ignored for backward compatibility with Guardian",
3030
}}
31-
groot.Run(driver, os.Args, driverFlags)
31+
groot.Run(driver, os.Args, driverFlags, "")
3232
}

0 commit comments

Comments
 (0)