Skip to content

Commit

Permalink
fix generate
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Apr 3, 2020
1 parent 9121265 commit 44d7283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fuckdb/cmd/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var generateCmd = &cobra.Command{
}
}`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("generate called")
fmt.Println("## fuckdb.json generated ##")
f, err := os.Create(fileName)
defer f.Close()
if err != nil {
Expand Down

0 comments on commit 44d7283

Please sign in to comment.