Skip to content

Commit 91efb09

Browse files
committed
Fix bug with docbuilder
Change-Id: Ia2084a26b7311e7d74c1cccb112bd36c79627a05
1 parent b07d022 commit 91efb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/docbuilder/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func main() {
4646

4747
args := fs.Args()
4848
if len(args) > 0 {
49-
destination = args[1]
49+
destination = args[0]
5050
}
5151

5252
pkgs, err := packages.Load(&packages.Config{Dir: directory}, "./...")

0 commit comments

Comments
 (0)