Skip to content

Commit

Permalink
updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Laeeqdev committed Apr 9, 2024
1 parent 6fe5df0 commit 73f42b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WiringNilCheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func CheckIfNilInWire() {
checkNilFields(app, nilFieldsMap)
fmt.Println("NIL Fields present in impls are: ", nilFieldsMap)
fmt.Println("output=", len(nilFieldsMap))
file, errs := os.Create("/tempfile/output.env")
file, errs := os.Create("/test/output.env")
if errs != nil {
log.Println("Failed to create file:", errs)
return
Expand Down

0 comments on commit 73f42b0

Please sign in to comment.