Skip to content

Commit

Permalink
Fix various errors while running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Jun 18, 2020
1 parent 2611687 commit 0d1670f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 167 deletions.
9 changes: 8 additions & 1 deletion api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

165 changes: 0 additions & 165 deletions detach_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func init() {
type StringSlice []string

func (ss *StringSlice) String() string {
return fmt.Sprint("%v", *ss)
return fmt.Sprintf("%v", *ss)
}
func (ss *StringSlice) Set(v string) error {
*ss = append(*ss, v)
Expand Down

0 comments on commit 0d1670f

Please sign in to comment.