Skip to content

Commit

Permalink
output cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Feb 20, 2024
1 parent 1dc7380 commit f417f55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/teamcity-services-diff-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
- name: Diff Check
run: |
pwd
cd tools/teamcity-diff-check
go run main.go
go run main.go -provider=google-beta -service_file=services_beta.kt
2 changes: 1 addition & 1 deletion tools/teamcity-diff-check/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ func main() {
os.Exit(1)
}

fmt.Printf("No Diff in %s provider", *provider)
fmt.Printf("No Diff in %s provider\n", *provider)
}

0 comments on commit f417f55

Please sign in to comment.