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 5ac051a commit 7e4cb24Copy full SHA for 7e4cb24
test/upgrade-test.go
@@ -145,7 +145,7 @@ type testEnv struct {
145
//
146
// Warning this clears all containers/volumes on the host!
147
func initTestEnv(ctx context.Context, verbose bool) (*testEnv, error) {
148
- fmt.Println("Initializing test environemt ...")
+ fmt.Println("Initializing test environment ...")
149
// Clear current docker environment
150
if err := dockerClean(ctx, verbose); err != nil {
151
return nil, fmt.Errorf("failed to clean docker environment during initialization: %w", err)
0 commit comments