Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb committed Feb 1, 2025
1 parent b4cb4b7 commit b992ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
}
defer file.Close()

fmt.Fprintf(file, "// Code generated by agent/model/gen. DO NOT EDIT.\n")
fmt.Fprintf(file, "// Code generated by github.com/nezhahq/agent/model/gen. DO NOT EDIT.\n")
fmt.Fprintf(file, "\n")

if _, err := file.ReadFrom(buf); err != nil {
Expand Down

0 comments on commit b992ddd

Please sign in to comment.