Skip to content

Commit

Permalink
Merge pull request #5 from funvit/fix/output-path-in-generated-file
Browse files Browse the repository at this point in the history
fix: bad output path in generated file
  • Loading branch information
funvit authored May 19, 2021
2 parents b0054f6 + 9a83bb7 commit 7cfa14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/goqu-crud-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func main() {
sb.WriteString(" ")
sb.WriteString("-path")
sb.WriteString(" ")
sb.WriteString(*fPath)
sb.WriteString(".")

if *fRepo != "" {
sb.WriteString(" ")
Expand Down

0 comments on commit 7cfa14c

Please sign in to comment.