Skip to content

Commit 4d6229a

Browse files
committed
chore: replace comments
1 parent e6a61b1 commit 4d6229a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,3 @@ Contributions are welcome! Please feel free to submit pull requests.
122122
## Author
123123

124124
[Victor Martins](https://github.com/vkunssec)
125-
```

internal/tools/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func GetGitHooksDir(relative bool) string {
8383
return path.Join(cwd, ".git", "hooks")
8484
}
8585

86-
// IsCI verifica se está rodando em um ambiente de CI
86+
// IsCI checks if the current environment is a CI environment
8787
func IsCI() bool {
8888
ciEnvVars := []string{
8989
"CI",

0 commit comments

Comments
 (0)