Fixed some typos and error message

Change-Id: I640a00fda787339ba79350348d89a2922ee6a6ab
This commit is contained in:
bijayasharma
2021-09-13 13:38:56 -04:00
committed by Bijaya Sharma
parent eb9ac97ce2
commit 4fa9aa65f8
4 changed files with 4 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ func TestCmdRun(t *testing.T) {
},
},
{
name: "WorkDir that doesnt' exist",
name: "WorkDir that doesn't exist",
workdir: "foobar",
errContains: "open foobar/my-script.sh: no such file or directory",
configMap: &v1.ConfigMap{