Skip to content

Commit

Permalink
fix: change script module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Pikeev committed Oct 25, 2024
1 parent dd19559 commit 95f7188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ func main() {

---

**For more complete usages, head to the [documentation](https://gotenberg.dev/).**
**For more complete usages, head to the [documentation](https://gotenberg.dev/).**
2 changes: 1 addition & 1 deletion build/tests/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set -xe
gotenberg --api-enable-basic-auth &
sleep 10
export CGO_ENABLED=1
go test -race -cover -covermode=atomic github.com/dcaraxes/gotenberg-go-client/v8
go test -race -cover -covermode=atomic github.com/dcaraxes/gotenberg-go-client
sleep 10 # allows Gotenberg to remove generated files.

0 comments on commit 95f7188

Please sign in to comment.