diff --git a/internal/test/e2e/fluxGit.go b/internal/test/e2e/fluxGit.go index 4b93183f6505..6d672bbf97be 100644 --- a/internal/test/e2e/fluxGit.go +++ b/internal/test/e2e/fluxGit.go @@ -173,7 +173,7 @@ func (e *E2ESession) setupGithubRepo() (*git.Repository, error) { } encodedPK := encodePrivateKey(pk) - // Generate a PEM file from the private key and write it instance at the user-provided path + // Generate a PEM file from the private key and write it in the instance at the user-provided path pkFile := fileFromBytes{ dstPath: e.testEnvVars[config.EksaGitPrivateKeyTokenEnv], permission: 600,