We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4e3b5 commit 4aa680eCopy full SHA for 4aa680e
containers/ftp.go
@@ -342,7 +342,7 @@ func (fc *FTPTestContainer) Close(ctx context.Context) error {
342
err := fc.Container.Terminate(ctx)
343
fc.Container = nil
344
if err != nil {
345
- fmt.Printf("rrror terminating FTP container %s: %v\n", containerID, err)
+ fmt.Printf("error terminating FTP container %s: %v\n", containerID, err)
346
return err
347
}
348
fmt.Printf("FTP container %s terminated.\n", containerID)
0 commit comments