diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-01-21 07:02:54 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-01-21 09:52:12 -0500 |
commit | 5736649eb8eca8b6f1870a1868def188be1467ff (patch) | |
tree | 777de6b2dfc18de27fb5996e8c17469fba4324f5 /test/e2e/play_build_test.go | |
parent | c6fd8a421263f5e0386b6f711ea62e68b0188ad6 (diff) | |
download | podman-5736649eb8eca8b6f1870a1868def188be1467ff.tar.gz podman-5736649eb8eca8b6f1870a1868def188be1467ff.tar.bz2 podman-5736649eb8eca8b6f1870a1868def188be1467ff.zip |
Run codespell on code
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/play_build_test.go')
-rw-r--r-- | test/e2e/play_build_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/e2e/play_build_test.go b/test/e2e/play_build_test.go index bbebf7949..70e042b4d 100644 --- a/test/e2e/play_build_test.go +++ b/test/e2e/play_build_test.go @@ -173,7 +173,7 @@ LABEL marge=mom err = writeYaml(testYAML, filepath.Join(yamlDir, "top.yaml")) Expect(err).To(BeNil()) - // build an image called foobar but make sure it doesnt have + // build an image called foobar but make sure it doesn't have // the same label as the yaml buildfile, so we can check that // the image is NOT rebuilt. err = writeYaml(prebuiltImage, filepath.Join(yamlDir, "Containerfile")) @@ -220,7 +220,7 @@ LABEL marge=mom err = writeYaml(testYAML, filepath.Join(yamlDir, "top.yaml")) Expect(err).To(BeNil()) - // build an image called foobar but make sure it doesnt have + // build an image called foobar but make sure it doesn't have // the same label as the yaml buildfile, so we can check that // the image is NOT rebuilt. err = writeYaml(prebuiltImage, filepath.Join(yamlDir, "Containerfile")) |