Skip to content

Commit 4aa680e

Browse files
umputunCopilot
andauthored
Update containers/ftp.go
fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent de4e3b5 commit 4aa680e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/ftp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ func (fc *FTPTestContainer) Close(ctx context.Context) error {
342342
err := fc.Container.Terminate(ctx)
343343
fc.Container = nil
344344
if err != nil {
345-
fmt.Printf("rrror terminating FTP container %s: %v\n", containerID, err)
345+
fmt.Printf("error terminating FTP container %s: %v\n", containerID, err)
346346
return err
347347
}
348348
fmt.Printf("FTP container %s terminated.\n", containerID)

0 commit comments

Comments
 (0)