Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance PR #166

Merged
merged 8 commits into from
Oct 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
adapt test to change from spf13/cobra#1690
  • Loading branch information
petersutter committed Oct 13, 2022
commit fa98bb66841b91ba225a65da5016f566942f83f6
2 changes: 1 addition & 1 deletion pkg/cmd/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ var _ = Describe("Gardenctl command", func() {
Expect(cmd.Execute()).To(Succeed())

head := strings.Split(out.String(), "\n")[0]
Expect(head).To(Equal("#compdef _gardenctl gardenctl"))
Expect(head).To(Equal("#compdef gardenctl"))
Expect(factory.ConfigFile).To(Equal(configFile))
Expect(factory.GardenHomeDirectory).To(Equal(gardenHomeDir))

Expand Down