Skip to content

Commit 9ffa8b5

Browse files
author
dkoshkin
committed
No Ticket: Removed unused code, typo
1 parent 4205abe commit 9ffa8b5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

integration/awsconstants.go

+5-6
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ type AWSOSDetails struct {
3838
AWSAMI string
3939
AWSUser string
4040

41-
CommandsToPrepRepo []string
42-
CommandsToInstallEtcd []string
43-
CommandsToInstallDocker []string
44-
CommandsToInstallK8sMaster []string
45-
CommandsToInstallK8s []string
46-
CommandsToInstallDockerFromScript []string
41+
CommandsToPrepRepo []string
42+
CommandsToInstallEtcd []string
43+
CommandsToInstallDocker []string
44+
CommandsToInstallK8sMaster []string
45+
CommandsToInstallK8s []string
4746
}

integration/file.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package intergration
1+
package integration
22

33
import (
44
"fmt"

0 commit comments

Comments
 (0)