Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Oct 15, 2018
1 parent 7e097ee commit f4e78d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/create_get_delete/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ var _ = Describe("Create (Integration)", func() {

args := []string{"create", "cluster",
"--name", clusterName,
"--tags", "Purpose=ekscltIntegrationTest"
"--tags", "Purpose=ekscltIntegrationTest",
"--node-type", "t2.medium",
"--nodes", "1",
"--region", region,
Expand Down

0 comments on commit f4e78d3

Please sign in to comment.