Skip to content

Commit

Permalink
chore: change functions names
Browse files Browse the repository at this point in the history
  • Loading branch information
miltlima committed Sep 19, 2023
1 parent 25ce29e commit 0b0dfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func createPodAddSecret(clientset *kubernetes.Clientset) Result {

func renderResultsTable(results []Result) {
table := tablewriter.NewWriter(os.Stdout)
table.SetHeader([]string{"KubeLearn - Test your knowledge of Kubernetes v0.1.2", "Result", "Difficulty"})
table.SetHeader([]string{"KubeLearn - Test your knowledge of Kubernetes v0.1.1", "Result", "Difficulty"})
table.SetAutoWrapText(false)

for _, result := range results {
Expand Down

0 comments on commit 0b0dfc1

Please sign in to comment.