Skip to content

Commit b4f0f7e

Browse files
Type/lint fixes
Co-authored-by: Patrick Dillon <[email protected]>
1 parent ea8a505 commit b4f0f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/openshift-install/agent_internal_integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func ignitionStorageContains(ts *testscript.TestScript, neg bool, args []string)
210210
// [!] isoCmp `isoPath` `isoFile` `expectedFile` check that the content of the file
211211
// `isoFile` - extracted from the ISO embedded configuration file referenced
212212
// by `isoPath` - matches the content of the local file `expectedFile`.
213-
// Environment variables in in `expectedFile` are substituted before the comparison.
213+
// Environment variables in `expectedFile` are substituted before the comparison.
214214
func isoCmp(ts *testscript.TestScript, neg bool, args []string) {
215215
if len(args) != 3 {
216216
ts.Fatalf("usage: isocmp isoPath file1 file2")
@@ -281,7 +281,7 @@ func readIgnition(ts *testscript.TestScript, ignPath string) (config igntypes.Co
281281
}
282282

283283
// [!] expandFile `file...` can be used to substitute environment variables
284-
// references for each file specified
284+
// references for each file specified.
285285
func expandFile(ts *testscript.TestScript, neg bool, args []string) {
286286
if len(args) != 1 {
287287
ts.Fatalf("usage: expandFile file...")

0 commit comments

Comments
 (0)