Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD authored Apr 1, 2024
1 parent e5cf0fc commit c5a5cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/tlgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func main() {
file.Seek(0, 0)
file.WriteString(string(remoteAPIVersion))

root(tlLOC, desLOC)
fmt.Println(root(tlLOC, desLOC))
} else {
fmt.Println("Local API version is", llayer, "and remote API version is", rlayer)
fmt.Println("No update required")
Expand Down

0 comments on commit c5a5cb5

Please sign in to comment.