Skip to content

Commit

Permalink
saf
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajlovecyber authored Jun 1, 2024
1 parent 9c93804 commit 0fe2e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/connector-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build
run: |
ls
cd /go
cd go
mkdir -p build
go build -mod=readonly -o build/whatsmyderverdoing-connector main.go
Expand Down
2 changes: 1 addition & 1 deletion go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func updateMetrics() {
}

func updateDiskMetrics() {
ticker := time.NewTicker(2 * time.Second) // Update every 2 seconds
ticker := time.NewTicker(2 * time.Second) // Update every 2 seconds.
defer ticker.Stop()
for {
<-ticker.C
Expand Down

0 comments on commit 0fe2e64

Please sign in to comment.