Skip to content

Commit

Permalink
More precise WitInitDb domment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinmilewski93 authored Nov 1, 2024
1 parent e0a47e9 commit fe28e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/influxdb/influxdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func WithConfigFile(configFile string) testcontainers.CustomizeRequestOption {
}

// WithInitDb returns a request customizer that initialises the database using the file `docker-entrypoint-initdb.d`
// located in `srcPath`.
// located in `srcPath` directory.
func WithInitDb(srcPath string) testcontainers.CustomizeRequestOption {
return func(req *testcontainers.GenericContainerRequest) error {
cf := testcontainers.ContainerFile{
Expand Down

0 comments on commit fe28e6e

Please sign in to comment.