Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Feb 22, 2018
1 parent 76e3c6c commit cfeb408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kubernetes/job/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type Status struct {
Succeeded int `json:"succeeded"`
}

// CreateJobFromFile will create a Pod from file with a name
// CreateJobFromFile will create a Job from file with a name
func CreateJobFromFile(filename, name, namespace string) (*Job, error) {
cmd := exec.Command("kubectl", "create", "-f", filename)
util.PrintCommand(cmd)
Expand Down

0 comments on commit cfeb408

Please sign in to comment.