Skip to content

Commit

Permalink
Fix gobuffalo#535: Generate fizz migration command broken (gobuffalo#542
Browse files Browse the repository at this point in the history
)
  • Loading branch information
stanislas-m authored Apr 24, 2020
1 parent d43a185 commit 72b8606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions soda/cmd/generate/fizz_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ var FizzCmd = &cobra.Command{

if len(atts) == 0 {
g, err := cempty.New(&cempty.Options{
TableName: name,
Path: path,
Type: "fizz",
Name: name,
Path: path,
Type: "fizz",
})
if err != nil {
return err
Expand Down

0 comments on commit 72b8606

Please sign in to comment.