Skip to content

Commit

Permalink
Fix bug with docbuilder
Browse files Browse the repository at this point in the history
Change-Id: Ia2084a26b7311e7d74c1cccb112bd36c79627a05
  • Loading branch information
skriptble committed Feb 22, 2019
1 parent b07d022 commit 91efb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/docbuilder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func main() {

args := fs.Args()
if len(args) > 0 {
destination = args[1]
destination = args[0]
}

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

0 comments on commit 91efb09

Please sign in to comment.