Skip to content

Commit

Permalink
Merge pull request #30 from warrensbox/master
Browse files Browse the repository at this point in the history
Fix Homebrew M1 issue
  • Loading branch information
warrensbox authored Mar 8, 2022
2 parents acb0ed1 + f864707 commit 9b0b5fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ docker run --rm \
4. This way, instead of using a loop to check each target group health status - one after another, we can minimize the time by checking all the target groups' health concurrently. The total wait time for the results would be the `number of attempts` X `delay time`*(in seconds)*.
5. The program **will not** exit with *error code 1* unless you pass the `-e` flag for any unhealthy targets.

## CICD

## Want new feature? Want to contibute?

Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var (
delay *int
)

// Add specific ar for service
func init() {

const (
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RELEASE_VERSION=0.1
RELEASE_VERSION=0.2

0 comments on commit 9b0b5fe

Please sign in to comment.