Skip to content

Commit

Permalink
Fix failing go test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Sep 1, 2024
1 parent f277af2 commit 5e7162c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func main() {

versions, err := GetDocVersions(repoDir, docsDir, mainBranch, dev)
if err != nil {
log.Fatalf("could not determine publishable versions: %w", err)
log.Fatalf("could not determine publishable versions: %v", err)
}

if debug {
Expand Down

0 comments on commit 5e7162c

Please sign in to comment.